Show / Hide Table of Contents

Class RevocationValues

Inheritance
Object
RevocationValues
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 RevocationValues

Properties

Crls

Declaration
public List<Crl> Crls { get; }
Property Value
Type Description
List<Crl>

Ocsps

Declaration
public List<Ocsp> Ocsps { get; }
Property Value
Type Description
List<Ocsp>

Methods

GetInstance(Byte[])

Declaration
public static RevocationValues GetInstance(byte[] content)
Parameters
Type Name Description
Byte[] content
Returns
Type Description
RevocationValues
Back to top Copyright © 2015-2020 Lacuna Software