Show / Hide Table of Contents

Class CompleteRevocationReferences

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

Properties

CrlReferences

Declaration
public List<CrlReference> CrlReferences { get; }
Property Value
Type Description
List<CrlReference>

OcspReferences

Declaration
public List<OcspReference> OcspReferences { get; }
Property Value
Type Description
List<OcspReference>
Back to top Copyright © 2015-2020 Lacuna Software