Click or drag to resize
MimeKit

DkimSigner Properties

The DkimSigner type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAgentOrUserIdentifier Get or set the agent or user identifier.
Public propertyCode exampleBodyCanonicalizationAlgorithm Get or set the canonicalization algorithm to use for the message body.
(Inherited from DkimSignerBase)
Public propertyCode exampleDomain Get the domain that the signer represents.
(Inherited from DkimSignerBase)
Public propertyCode exampleHeaderCanonicalizationAlgorithm Get or set the canonicalization algorithm to use for the message headers.
(Inherited from DkimSignerBase)
Protected propertyPrivateKey Gets the private key.
(Inherited from DkimSignerBase)
Public propertyCode exampleQueryMethod Get or set the public key query method.
Public propertyCode exampleSelector Get the selector subdividing the domain.
(Inherited from DkimSignerBase)
Public propertyCode exampleSignatureAlgorithm Get or set the algorithm to use for signing.
(Inherited from DkimSignerBase)
Public propertySignaturesExpireAfter Get or set the timespan after which signatures are no longer valid.
(Inherited from DkimSignerBase)
Top
See Also