DKIMSignatureInfo Properties |
The DKIMSignatureInfo type exposes the following members.
Name | Description | |
---|---|---|
BodyCanonicalization |
Gets or sets body canonicalization (c=).
| |
Domain |
Gets or sets public key DNS domain (d=).
| |
Expires |
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.
| |
HashAlgorithmName |
Gets or sets hash algorithm (a=).
| |
HeaderCanonicalization |
Gets or sets header canonicalization (c=).
| |
HeaderList |
Gets or sets list of headers that are included in the signature (h=).
| |
Length |
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.
| |
Selector |
Gets or sets public key DNS selector (s=).
| |
Time |
Gets or sets the signature timestamp - the time that this signature was created (t=).
Default (null) is an unknown creation time.
| |
Version |
Gets or sets DKIM version (v=).
|