Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.SelfSigned

TElX509Certificate     


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


Specifies whether the certificate is self-signed

Declaration

[C#]
    bool SelfSigned;

[VB.NET]
    Property SelfSigned As Boolean

[Pascal]
    property SelfSigned : boolean;

[C++]
    bool get_SelfSigned();

[PHP]
    bool get_SelfSigned()

[Java]
    boolean getSelfSigned();

Description

    Use this read-only property to find out whether the certificate is self-signed or was signed by certificate authority (CA).

Discuss this help topic in SecureBlackbox Forum