Class RevocationValues
Inheritance
RevocationValues
Assembly: Lacuna.Pki.dll
Syntax
public class RevocationValues
Properties
|
Improve this Doc
View Source
Crls
Declaration
public List<Crl> Crls { get; }
Property Value
|
Improve this Doc
View Source
Ocsps
Declaration
public List<Ocsp> Ocsps { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetInstance(Byte[])
Declaration
public static RevocationValues GetInstance(byte[] content)
Parameters
| Type |
Name |
Description |
| Byte[] |
content |
|
Returns