Click or drag to resize

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 propertyExpires
Gets or sets the signature expiration - the time that this signature was created (x=). Default (null) is an unknown expiration time. The value of this property must be greater than the value of Time if both are present. Signatures MAY be considered invalid if the verification time at the verifier is past the expiration date.
Public propertyHashAlgorithmName
Gets or sets hash algorithm (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. Negative value means error during parsing, or negative value specified.
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.
Public propertyVersion
Gets or sets DKIM version (v=).
Top
See Also