Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RSAKeyValue

    Chave Publica no padrão XML RSA Key

    Inheritance
    object
    RSAKeyValue
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class RSAKeyValue

    Properties

    Exponent

    Exponent

    Declaration
    [XmlElement("Exponent", DataType = "base64Binary")]
    public byte[] Exponent { get; set; }
    Property Value
    Type Description
    byte[]

    Modulus

    Modulus

    Declaration
    [XmlElement("Modulus", DataType = "base64Binary")]
    public byte[] Modulus { get; set; }
    Property Value
    Type Description
    byte[]