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 propertyHashAlgorithmName
Gets or sets hash alghoritm (a=).
Public propertyHeaderCanonicalization
Gets or sets header canonicalization (c=).
Public propertyHeaderList
Gets or sets list of headers that are included in the signature (h=).
Public propertyLength
Gets or sets the number of body characters that are included in the signature (l=). Null means that hash is computed for entire body.
Public propertySelector
Gets or sets public key DNS selector (s=).
Public propertyVersion
Gets or sets DKIM version (v=).

See Also