Back to Devexpress

dxX509IsUsableForDigitalSignature(TdxX509Certificate) Method

vcl-dxx509certificate-dot-dxx509isusablefordigitalsignature-x28-f8abd16d-x29.md

latest1.4 KB
Original Source

dxX509IsUsableForDigitalSignature(TdxX509Certificate) Method

Identifies if it is possible to use a specified X.509 certificate to sign documents.

Declaration

delphi
function dxX509IsUsableForDigitalSignature(ACertificate: TdxX509Certificate): Boolean;

Parameters

NameTypeDescription
ACertificateTdxX509Certificate

An X.509 public key certificate.

|

Returns

TypeDescription
Boolean

True , if it is possible to use an X.509 certificate to sign documents; otherwise, False.

|

Remarks

Call this global function and pass a target certificate as the ACertificate parameter to identify if you can use the certificate to sign documents. The dxX509IsUsableForDigitalSignature function returns True only if the following conditions are met:

Otherwise, the dxX509IsUsableForDigitalSignature function returns False.

See Also

dxX509Certificate Unit