Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

CrlReferences

Declaration
public List<CrlReference> CrlReferences { get; }
Property Value
Type Description
List<CrlReference>
| Improve this Doc View Source

OcspReferences

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