Class SignaturePropertyType

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

Properties

Any

[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }

Property Value

Collection<XmlElement>

AnySpecified

Gets a value indicating whether the Any collection is empty.

public bool AnySpecified { get; }

Property Value

bool

Id

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

Property Value

string

Target

[Required(AllowEmptyStrings = true)]
public string Target { get; set; }

Property Value

string

Text

public string[] Text { get; set; }

Property Value

string[]