CertPrivateKeyAvailable Property
Shows whether a PrivateKey is available for the selected certificate.
Syntax
property CertPrivateKeyAvailable: Boolean read get_CertPrivateKeyAvailable;
Default Value
false
Remarks
Shows whether a PrivateKey is available for the selected certificate. If PrivateKeyAvailable is True, the certificate may be used for authentication purposes (e.g. server authentication).
This property is read-only.