Discuss this help topic in SecureBlackbox Forum

TElCertificateExtensions.NetscapeBaseURL

TElCertificateExtensions     See also     


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


When present this string is added to the beginning of all relative URLs in the certificate.

Declaration

[C#]
    TElNetscapeBaseURL NetscapeBaseURL;

[VB.NET]
    Property NetscapeBaseURL As TElNetscapeBaseURL

[Pascal]
    property NetscapeBaseURL : TElNetscapeBaseURL;

[C++]
    TElNetscapeBaseURL* get_NetscapeBaseURL();
    void set_NetscapeBaseURL(TElNetscapeBaseURL &Value);
    void set_NetscapeBaseURL(TElNetscapeBaseURL *Value);

[PHP]
    TElNetscapeBaseURL get_NetscapeBaseURL()
    void set_NetscapeBaseURL(TElNetscapeBaseURL $Value)

[Java]
    TElNetscapeBaseURL getNetscapeBaseURL();
    void setNetscapeBaseURL(TElNetscapeBaseURL Value);

Description

    According to documentation:

    «When present this string is added to the beginning of all relative URLs in the certificate. This extension can be considered an optimization to reduce the size of the URL extensions.»

See also:     NetscapeCertType     NetscapeComment     NetscapeRevokeURL     NetscapeCARevokeURL     NetscapeRenewalURL     NetscapeCAPolicy     NetscapeServerName     TElNetscapeString    

Discuss this help topic in SecureBlackbox Forum