Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PAASignature

    Assinatura RSA do Emitente para DFe gerados por PAA

    Inheritance
    object
    PAASignature
    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 PAASignature

    Properties

    RSAKeyValue

    Chave Publica no padrão XML RSA Key

    Declaration
    [XmlElement("RSAKeyValue")]
    public RSAKeyValue RSAKeyValue { get; set; }
    Property Value
    Type Description
    RSAKeyValue

    SignatureValue

    Assinatura digital padrão RSA

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