Class RSAKeyValue
Chave Pública no padrão XML RSA Key
Inheritance
System.Object
RSAKeyValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class RSAKeyValue
Properties
Exponent
Exponent
Declaration
public string Exponent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Modulus
Modulus
Declaration
public string Modulus { get; set; }
Property Value
Type | Description |
---|---|
System.String |