Class SignatureInformationType
ABIESignature Information. DetailsThis class captures a single signature and optionally associates to a signature in the document with the corresponding identifier.Signature Information
[Serializable]
public class SignatureInformationType
- Inheritance
-
SignatureInformationType
- Inherited Members
-
Properties
BBIESignature Information. IdentifierThis specifies the identifier of the signature distinguishing it from other signatures.0..1Signature InformationIdentifierIdentifierIdentifier. Type
[AllowNull]
[MaybeNull]
public IdType Id { get; set; }
Property Value
- IdType
BBIESignature Information. Referenced Signature Identifier. IdentifierThis associates this signature with the identifier of a signature business object in the document.0..1Signature InformationReferenced Signature IdentifierIdentifierIdentifier. Type
[AllowNull]
[MaybeNull]
public ReferencedSignatureIdType ReferencedSignatureId { get; set; }
Property Value
- ReferencedSignatureIdType
This is a single digital signature as defined by the W3C specification.
[AllowNull]
[MaybeNull]
public SignatureType Signature { get; set; }
Property Value
- SignatureType