X509CertificateGetFingerprint Method |
Retrieves, in a string, a text representation of a cryptographically-secure digest of the certificate that can be used to identify it uniquely.
Note: Default algorithm parameter is currently SHA-256, but may change in future without further warning, pursuant to security needs.
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetFingerprint()
Public Function GetFingerprint As String
public:
virtual String^ GetFingerprint() sealed
function GetFingerprint();
Return Value
Type:
Stringa string representation of the fingerprint, in the form of double ASCII characters representing hex bytes, separated by colons
See Also