Initialize a new instance of the DKIM signer.
The private key (an AsymmetricKey, PEM string, PEM bytes, or a stream containing a PEM private key).
The domain that the signer represents.
The selector subdividing the domain.
The signature algorithm.
ReadonlydomainThe domain that the signer represents.
ReadonlyselectorThe selector subdividing the domain.
The algorithm to use for signing.
The canonicalization algorithm to use for the message body.
The canonicalization algorithm to use for the message headers.
The number of seconds after which signatures are no longer valid, or
null for no expiration (C#: SignaturesExpireAfter, a TimeSpan).
Protected ReadonlyprivateThe private key used for signing.
The agent or user identifier.
The public key query method.
Create the digest signing context.
The digest signer.
ProtectedgetGet the timestamp to use as the t= value in the DKIM-Signature header.
The Unix timestamp in seconds.
Digitally sign the message using a DKIM signature.
Digitally sign the message using a DKIM signature.
A DKIM signer.