DKIMSignatureInfo Class |
Namespace: Limilabs.Mail.DKIM
The DKIMSignatureInfo type exposes the following members.
Name | Description | |
---|---|---|
DKIMSignatureInfo |
Creates new instance of DKIMSignatureInfo.
| |
DKIMSignatureInfo(String, String) |
Creates new instance of DKIMSignatureInfo.
|
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=).
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetErrors |
Gets list of the errors in this object.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsValid |
Checks if this object is correctly filled.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetBodyHash |
Sets bh=, clears b=
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |