| BouncyCastleCertificateExtensionsGetFingerprint Method |
Gets the fingerprint of the certificate.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public static string GetFingerprint(
this X509Certificate certificate
)
Parameters
- certificate X509Certificate
- The certificate.
Return Value
StringThe fingerprint.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
X509Certificate. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
Exceptions Remarks
A fingerprint is a SHA-1 hash of the raw certificate data and is often used
as a unique identifier for a particular certificate in a certificate store.
See Also