Click or drag to resize
MimeKit

PrivateKeyNotFoundExceptionKeyId Property

Gets the key id that could not be found.

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

Property Value

String
The key id.
Remarks
Gets the key id that could not be found.
See Also