The Signature type exposes the following members.

Constructors

  NameDescription
Public methodSignature
Default constructor.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from 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 methodResetCanonicalizationMethod
Resets the node.
Public methodResetDigitalSignatureAttachment
Resets the node.
Public methodResetID
Resets the node.
Public methodResetNote
Resets the node.
Public methodResetOriginalDocumentRef
Resets the node.
Public methodResetSignatoryParty
Resets the node.
Public methodResetSignatureMethod
Resets the node.
Public methodResetValidationDate
Resets the node.
Public methodResetValidationTime
Resets the node.
Public methodResetValidatorID
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCanonicalizationMethod
Canonicalization Method (BBIE). The mathematical logic method used by the Signature.
Public propertyCanonicalizationMethodSet
Checks if the property has been set or not.
Public propertyDigitalSignatureAttachment
Attachment (ASBIE). Refers to the actual encoded signature (e.g., in XMLDSIG format).
Public propertyDigitalSignatureAttachmentSet
Checks if the property has been set or not.
Public propertyID
Identifier (BBIE). An identifier for the Signature.
Public propertyIDSet
Checks if the property has been set or not.
Public propertyNote
Note (BBIE). Free form text about the signature or the circumstances where the signature has been used.
Public propertyNoteSet
Checks if the property has been set or not.
Public propertyOriginalDocumentRef
Document Reference (ASBIE). A reference to the actual document that the signature applies to. For evidentiary purposes, this may be the document image that the signatory party saw when applying their signature.
Public propertyOriginalDocumentRefSet
Checks if the property has been set or not.
Public propertySignatoryParty
Party (ASBIE). An association to the signing Party.
Public propertySignatoryPartySet
Checks if the property has been set or not.
Public propertySignatureMethod
Signature Method (BBIE). The method of signature.
Public propertySignatureMethodSet
Checks if the property has been set or not.
Public propertyValidationDate
Validation Date (BBIE). Specifies the date when the signature was approved.
Public propertyValidationDateSet
Checks if the property has been set or not.
Public propertyValidationTime
Validation Time (BBIE). Specifies the time when the signature was approved.
Public propertyValidationTimeSet
Checks if the property has been set or not.
Public propertyValidatorID
Validator Identifier (BBIE). Identifies the organization, person, service or server that has validated the signature.
Public propertyValidatorIDSet
Checks if the property has been set or not.

See Also