Discuss this help topic in SecureBlackbox Forum

TElCertificateExtensions.NetscapeComment

TElCertificateExtensions     See also     


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


Contains a comment that may be displayed to the user when the certificate is viewed.

Declaration

[C#]
    TElNetscapeComment NetscapeComment;

[VB.NET]
    Property NetscapeComment As TElNetscapeComment

[Pascal]
    property NetscapeComment : TElNetscapeComment;

[C++]
    TElNetscapeComment* get_NetscapeComment();
    void set_NetscapeComment(TElNetscapeComment &Value);
    void set_NetscapeComment(TElNetscapeComment *Value);

[PHP]
    TElNetscapeComment get_NetscapeComment()
    void set_NetscapeComment(TElNetscapeComment $Value)

[Java]
    TElNetscapeComment getNetscapeComment();
    void setNetscapeComment(TElNetscapeComment Value);

Description

    For more information on this extension see TElNetscapeString class description.

Discuss this help topic in SecureBlackbox Forum