Click or drag to resize

DKIMSignatureInfo Class

Represents DKIM signature information. (E.g. Canonicalization used, hash algorithm, selector, domain)
Inheritance Hierarchy
SystemObject
  Limilabs.Mail.DKIMDKIMSignatureInfo

Namespace:  Limilabs.Mail.DKIM
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
[SerializableAttribute]
public class DKIMSignatureInfo

The DKIMSignatureInfo type exposes the following members.

Constructors
  NameDescription
Public methodDKIMSignatureInfo
Creates new instance of DKIMSignatureInfo.
Public methodDKIMSignatureInfo(String, String)
Creates new instance of DKIMSignatureInfo.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetErrors
Gets list of the errors in this object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid
Checks if this object is correctly filled.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetBodyHash
Sets bh=, clears b=
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also