Show / Hide Table of Contents
Editar no GitHub

Class CertificateExplorer

Inheritance
Object
CertificateExplorer
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.RestPki.Client
Assembly: Lacuna.RestPki.Client.dll
Syntax
public class CertificateExplorer

Constructors

| Improve this Doc View Source

CertificateExplorer(RestPkiClient)

Declaration
public CertificateExplorer(RestPkiClient client)
Parameters
Type Name Description
RestPkiClient client

Fields

| Improve this Doc View Source

Client

Declaration
protected RestPkiClient Client
Field Value
Type Description
RestPkiClient

Properties

| Improve this Doc View Source

Certificate

Declaration
public byte[] Certificate { get; set; }
Property Value
Type Description
Byte[]
| Improve this Doc View Source

SecurityContextId

Declaration
public Guid? SecurityContextId { get; set; }
Property Value
Type Description
Nullable<Guid>
| Improve this Doc View Source

Validate

Declaration
public bool Validate { get; set; }
Property Value
Type Description
Boolean

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>
Back to top Copyright © 2015-2020 Lacuna Software