NFe.Components.SystemPro.SystemPro.SystemPro C# (CSharp) Method

SystemPro() public method

public SystemPro ( TipoAmbiente tpAmb, string pastaRetorno, X509Certificate certificate ) : System
tpAmb TipoAmbiente
pastaRetorno string
certificate System.Security.Cryptography.X509Certificates.X509Certificate
return System
        public SystemPro(TipoAmbiente tpAmb, string pastaRetorno, X509Certificate certificate)
            : base(tpAmb, pastaRetorno, certificate)
        { }
        #endregion
SystemPro