Class SignatureType

Namespace
Org.W3._2000._09.Xmldsig
Assembly
EInvoice.Ubl.dll
[Serializable]
public class SignatureType
Inheritance
SignatureType
Inherited Members

Properties

Id

[AllowNull]
[MaybeNull]
public string Id { get; set; }

Property Value

string

KeyInfo

[AllowNull]
[MaybeNull]
public KeyInfoType KeyInfo { get; set; }

Property Value

KeyInfoType

Object

[AllowNull]
[MaybeNull]
public Collection<ObjectType> Object { get; set; }

Property Value

Collection<ObjectType>

ObjectSpecified

Gets a value indicating whether the Object collection is empty.

public bool ObjectSpecified { get; }

Property Value

bool

SignatureValue

[Required(AllowEmptyStrings = true)]
public SignatureValueType SignatureValue { get; set; }

Property Value

SignatureValueType

SignedInfo

[Required(AllowEmptyStrings = true)]
public SignedInfoType SignedInfo { get; set; }

Property Value

SignedInfoType