Discuss this help topic in SecureBlackbox Forum

TElCertificateExtensions.NetscapeCARevokeURL

TElCertificateExtensions     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Contains an URL that can be used to check the revocation status of any certificates that are signed by the CA that this certificate belongs to

Declaration

[C#]
    TElNetscapeCARevokeURL NetscapeCARevokeURL;

[VB.NET]
    Property NetscapeCARevokeURL As TElNetscapeCARevokeURL

[Pascal]
    property NetscapeCARevokeURL : TElNetscapeCARevokeURL;

[C++]
    TElNetscapeCARevokeURL* get_NetscapeCARevokeURL();
    void set_NetscapeCARevokeURL(TElNetscapeCARevokeURL &Value);
    void set_NetscapeCARevokeURL(TElNetscapeCARevokeURL *Value);

[PHP]
    TElNetscapeCARevokeURL get_NetscapeCARevokeURL()
    void set_NetscapeCARevokeURL(TElNetscapeCARevokeURL $Value)

[Java]
    TElNetscapeCARevokeURL getNetscapeCARevokeURL();
    void setNetscapeCARevokeURL(TElNetscapeCARevokeURL Value);

Description

    Regarding to documentation:

    «It is a relative or absolute URL that can be used to check the revocation status of any certificates that are signed by the CA that this certificate belongs to. This extension is only valid in CA certificates. The use of this extension is the same as the netscape-revocation-url extension.»

See also:     NetscapeCertType     NetscapeComment     NetscapeBaseURL     NetscapeRevokeURL     NetscapeRenewalURL     NetscapeCAPolicy     NetscapeServerName     TElNetscapeString    

Discuss this help topic in SecureBlackbox Forum