Click or drag to resize
MimeKit

DigitalSignatureVerifyExceptionKeyId Property

Get the key identifier, if available.

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

Property Value

NullableInt64
The key identifier.
Remarks
Gets the key identifier, if available.
See Also