Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.PrivateKeyExists

TElX509Certificate     See also     


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


Returns true if the certificate has the corresponding private key.

Declaration

[C#]
    bool PrivateKeyExists;

[VB.NET]
    Property PrivateKeyExists As Boolean

[Pascal]
    property PrivateKeyExists : boolean;

[C++]
    bool get_PrivateKeyExists();

[PHP]
    bool get_PrivateKeyExists()

[Java]
    boolean getPrivateKeyExists();

Description

    This read-only property returns true if the certificate has the corresponding private key, and False otherwise.

See also:     PrivateKeyExtractable     SaveKeyToBuffer    

Discuss this help topic in SecureBlackbox Forum