Click or drag to resize
MimeKit

SecureMimeDigitalCertificateFingerprint Property

Gets the fingerprint of the certificate.

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

Property Value

String
The fingerprint.

Implements

IDigitalCertificateFingerprint
Remarks
Gets the fingerprint of the certificate.
See Also