Class DigestMethodType

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

Properties

Algorithm

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

Property Value

string

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

Text

public string[] Text { get; set; }

Property Value

string[]