Discuss this help topic in SecureBlackbox Forum

TElCertificateExtensions.NetscapeServerName

TElCertificateExtensions     See also     


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


This extension can be used to match the hostname of the SSL server which is using this certificate

Declaration

[C#]
    TElNetscapeServerName NetscapeServerName;

[VB.NET]
    Property NetscapeServerName As TElNetscapeServerName

[Pascal]
    property NetscapeServerName : TElNetscapeServerName;

[C++]
    TElNetscapeServerName* get_NetscapeServerName();
    void set_NetscapeServerName(TElNetscapeServerName &Value);
    void set_NetscapeServerName(TElNetscapeServerName *Value);

[PHP]
    TElNetscapeServerName get_NetscapeServerName()
    void set_NetscapeServerName(TElNetscapeServerName $Value)

[Java]
    TElNetscapeServerName getNetscapeServerName();
    void setNetscapeServerName(TElNetscapeServerName Value);

Description

    According to documentation:

    «It is a "shell expression" that can be used to match the hostname of the SSL server that is using this certificate. It is recommended that if the server's hostname does not match this pattern the user be notified and given the option to terminate the SSL connection. If this extension is not present then the CommonName in the certificate subject's distinguished name is used for the same purpose.»

See also:     NetscapeCertType     NetscapeComment     NetscapeBaseURL     NetscapeRevokeURL     NetscapeCARevokeURL     NetscapeRenewalURL     NetscapeCAPolicy     CommonName     TElNetscapeString    

Discuss this help topic in SecureBlackbox Forum