A service which locates and retrieves DKIM public keys (typically via DNS).
MimeKit does not implement DNS itself; the client supplies a locator. The
shipped implementations are DkimPublicKeyLocatorBase (TXT parsing),
the test locator (fixtures), and DohPublicKeyLocator (DNS-over-HTTPS).
A service which locates and retrieves DKIM public keys (typically via DNS).
MimeKit does not implement DNS itself; the client supplies a locator. The shipped implementations are DkimPublicKeyLocatorBase (TXT parsing), the test locator (fixtures), and
DohPublicKeyLocator(DNS-over-HTTPS).