C# 클래스 Hamekoz.Argentina.Afip.TicketDeAcceso

파일 보기 프로젝트 열기: hamekoz/hamekoz-sharp

공개 프로퍼티들

프로퍼티 타입 설명
RutaDelCertificadoFirmante string
expiracion System.DateTime
generacion System.DateTime
id System.UInt32

공개 메소드들

메소드 설명
CargarCertificadoFirmante ( string path ) : void
Obtener ( string argServicio, string argUrlWsaa, string argRutaCertX509Firmante, bool argVerbose ) : void

Construye un Login Ticket obtenido del WSAA

메소드 상세

CargarCertificadoFirmante() 공개 메소드

public CargarCertificadoFirmante ( string path ) : void
path string
리턴 void

Obtener() 공개 메소드

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
리턴 void

프로퍼티 상세

RutaDelCertificadoFirmante 공개적으로 프로퍼티

public string RutaDelCertificadoFirmante
리턴 string

expiracion 공개적으로 프로퍼티

public DateTime,System expiracion
리턴 System.DateTime

generacion 공개적으로 프로퍼티

public DateTime,System generacion
리턴 System.DateTime

id 공개적으로 프로퍼티

public UInt32,System id
리턴 System.UInt32