Class DigestAlgAndValueType

Namespace
Org.Etsi.Uri._01903.V1._3._2
Assembly
EInvoice.Ubl.dll
[Serializable]
public class DigestAlgAndValueType
Inheritance
DigestAlgAndValueType
Inherited Members

Properties

DigestMethod

[Required(AllowEmptyStrings = true)]
public DigestMethodType DigestMethod { get; set; }

Property Value

DigestMethodType

DigestValue

[Required(AllowEmptyStrings = true)]
public byte[] DigestValue { get; set; }

Property Value

byte[]