DKIMSignatureInfo Properties

The DKIMSignatureInfo type exposes the following members.

Properties
  NameDescription
Public propertyBodyCanonicalization
Gets or sets body canonicalization (c=).
Public propertyDomain
Gets or sets public key DNS domain (d=).
Public propertyHashAlgorithm
Gets or sets hash algorithm (a=).
Public propertyHeaderCanonicalization
Gets or sets header canonicalization (c=).
Public propertyHeaders
Headers that are included in the signature (h=).
Public propertySelector
Gets or sets public key DNS selector (s=).
Public propertyTime
Gets or sets the signature timestamp - the time that this signature was created (t=). Default (null) is an unknown creation time.
See Also