CertPrivateKeyAvailable Property
Shows whether a PrivateKey is available for the selected certificate.
Syntax
__property bool CertPrivateKeyAvailable = {read=FCertPrivateKeyAvailable, write=FSetCertPrivateKeyAvailable};
Default Value
false
Remarks
Shows whether a CertPrivateKey is available for the selected certificate. If CertPrivateKeyAvailable is True, the certificate may be used for authentication purposes (e.g. server authentication).
This property is read-only.
Data Type
Boolean