Click or drag to resize
MimeKit

DkimVerifierBasePublicKeyLocator Property

Get the public key locator.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected IDkimPublicKeyLocator PublicKeyLocator { get; }

Property Value

IDkimPublicKeyLocator
The public key locator.
Remarks
Gets the public key locator.
See Also