Class CertificateExplorer
Inheritance
CertificateExplorer
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class CertificateExplorer
Constructors
|
Improve this Doc
View Source
CertificateExplorer(RestPkiClient)
Declaration
public CertificateExplorer(RestPkiClient client)
Parameters
Fields
|
Improve this Doc
View Source
Client
Declaration
protected RestPkiClient Client
Field Value
Properties
|
Improve this Doc
View Source
Certificate
Declaration
public byte[] Certificate { get; set; }
Property Value
|
Improve this Doc
View Source
SecurityContextId
Declaration
public Guid? SecurityContextId { get; set; }
Property Value
|
Improve this Doc
View Source
Validate
Declaration
public bool Validate { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Open()
Declaration
public OpenCertificateResponse Open()
Returns
| Type |
Description |
| Lacuna.RestPki.Api.Certificate.OpenCertificateResponse |
|
|
Improve this Doc
View Source
OpenAsync()
Declaration
public Task<OpenCertificateResponse> OpenAsync()
Returns
| Type |
Description |
| Task<Lacuna.RestPki.Api.Certificate.OpenCertificateResponse> |
|