The DKIMSignatureInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BodyCanonicalization |
Gets or sets body canonicalization (c=).
| |
| Domain |
Gets or sets public key DNS domain (d=).
| |
| HashAlgorithmName |
Gets or sets hash alghoritm (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.
| |
| Selector |
Gets or sets public key DNS selector (s=).
| |
| Version |
Gets or sets DKIM version (v=).
|