The DKIMSignatureInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DKIMSignatureInfo |
Creates new instance of DKIMSignatureInfo.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetErrors |
Gets list of the errors in this object.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsValid()()()() |
Checks if this object is correctly filled in to sign a message with it.
| |
| IsValid(Boolean) |
Checks if this object is correctly filled.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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=).
|