The DKIMSignatureInfo type exposes the following members.

Constructors

  NameDescription
Public methodDKIMSignatureInfo
Creates new instance of DKIMSignatureInfo.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetErrors
Gets list of the errors in this object.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsValid()()()()
Checks if this object is correctly filled in to sign a message with it.
Public methodIsValid(Boolean)
Checks if this object is correctly filled.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBodyCanonicalization
Gets or sets body canonicalization (c=).
Public propertyDomain
Gets or sets public key DNS domain (d=).
Public propertyHashAlgorithmName
Gets or sets hash alghoritm (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.
Public propertySelector
Gets or sets public key DNS selector (s=).
Public propertyVersion
Gets or sets DKIM version (v=).

See Also