Skip to main content

TdxX509Certificate.HasPrivateKey Property

Identifies if the X.509 certificate has a private key.

Declaration

property HasPrivateKey: Boolean read;

Property Value

Type
Boolean

Remarks

You can use the certificate to sign documents if it has a private key and the KeyUsage property value includes the kufDigitalSignature flag. The HasPrivateKey property returns True if the certificate has a private key; otherwise, False.

See Also