| SecureMailboxAddressFingerprint Property |
Gets the fingerprint of the certificate and/or key to use for signing or encrypting.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public string Fingerprint { get; }
Property Value
StringThe fingerprint of the certificate.
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