CertificateExplorer
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client
Class
public class CertificateExplorer
Hierarquia: object → CertificateExplorer
Construtores
CertificateExplorer(RestPkiClient)
public CertificateExplorer(RestPkiClient client)
Parâmetros
| Nome | Tipo | Descrição |
|---|---|---|
client | RestPkiClient |
Campos
Client
protected RestPkiClient Client
Retorno
Propriedades
Certificate
public byte[] Certificate { get; set; }
Retorno
SecurityContextId
public Guid? SecurityContextId { get; set; }
Retorno
Validate
public bool Validate { get; set; }
Retorno
Métodos
Open()
public OpenCertificateResponse Open()
Retorno
OpenCertificateResponse
OpenAsync()
public Task<OpenCertificateResponse> OpenAsync()
Retorno
Membros herdados
GetType(), MemberwiseClone(), ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode()