Class RsaKeyValueType

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

Properties

Exponent

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

Property Value

byte[]

Modulus

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

Property Value

byte[]