procedure GetFingerprint(const HashAlg: TScHashAlgorithm; out Fingerprint: TBytes); overload;
procedure GetFingerprint(const HashAlg: TScHashAlgorithm; out Fingerprint: string); overload;
Description
Returns the certificate thumbprint into the Fingerprint parameter. The print is formed by using the specified hash algorithm in the HashAlg parameter.
See also