C# Class Hamekoz.Argentina.Afip.TicketDeAcceso

Datei anzeigen Open project: hamekoz/hamekoz-sharp

Public Properties

Property Type Description
RutaDelCertificadoFirmante string
expiracion System.DateTime
generacion System.DateTime
id System.UInt32

Public Methods

Method Description
CargarCertificadoFirmante ( string path ) : void
Obtener ( string argServicio, string argUrlWsaa, string argRutaCertX509Firmante, bool argVerbose ) : void

Construye un Login Ticket obtenido del WSAA

Method Details

CargarCertificadoFirmante() public method

public CargarCertificadoFirmante ( string path ) : void
path string
return void

Obtener() public method

Construye un Login Ticket obtenido del WSAA
public Obtener ( string argServicio, string argUrlWsaa, string argRutaCertX509Firmante, bool argVerbose ) : void
argServicio string Servicio al que se desea acceder
argUrlWsaa string URL del WSAA
argRutaCertX509Firmante string Ruta del certificado X509 (con clave privada) usado para firmar
argVerbose bool Nivel detallado de descripcion? true/false
return void

Property Details

RutaDelCertificadoFirmante public_oe property

public string RutaDelCertificadoFirmante
return string

expiracion public_oe property

public DateTime,System expiracion
return System.DateTime

generacion public_oe property

public DateTime,System generacion
return System.DateTime

id public_oe property

public UInt32,System id
return System.UInt32