Click or drag to resize

X509CertificateGetFingerprint Method

Overload List
  NameDescription
Public methodGetFingerprint
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.
Public methodGetFingerprint(DigestAlgorithm)
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.
Top
See Also