Show / Hide Table of Contents

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

CertificateExplorer(RestPkiClient)

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

Fields

Client

Declaration
protected RestPkiClient Client
Field Value
Type Description
RestPkiClient

Properties

Certificate

Declaration
public byte[] Certificate { get; set; }
Property Value
Type Description
Byte[]

SecurityContextId

Declaration
public Guid? SecurityContextId { get; set; }
Property Value
Type Description
Nullable<Guid>

Validate

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

Methods

Open()

Declaration
public OpenCertificateResponse Open()
Returns
Type Description
Lacuna.RestPki.Api.Certificate.OpenCertificateResponse

OpenAsync()

Declaration
public Task<OpenCertificateResponse> OpenAsync()
Returns
Type Description
Task<Lacuna.RestPki.Api.Certificate.OpenCertificateResponse>
Back to top Copyright © 2015-2020 Lacuna Software