Click or drag to resize
MimeKit

SecureMailboxAddressFingerprint Property

Gets the fingerprint of the certificate and/or key to use for signing or encrypting.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Fingerprint { get; }

Property Value

String
The 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