Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PAASignature

    Assinatura RSA do Emitente para DFe gerado por PAA

    Inheritance
    System.Object
    PAASignature
    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 PAASignature

    Properties

    RSAKeyValue

    Chave Pública no padrão XML RSA Key

    Declaration
    public string RSAKeyValue { get; set; }
    Property Value
    Type Description
    System.String

    SignatureValue

    Assinatura digital padrão RSA

    Declaration
    public string SignatureValue { get; set; }
    Property Value
    Type Description
    System.String