Class RevocationValues
Inherited Members
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 |