Class OcspReference
Inherited Members
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class OcspReference
Properties
HashAlgorithm
Declaration
public DigestAlgorithm HashAlgorithm { get; }
Property Value
| Type | Description |
|---|---|
| DigestAlgorithm |
HashValue
Declaration
public byte[] HashValue { get; }
Property Value
| Type | Description |
|---|---|
| Byte[] |
IssuedTime
Declaration
public DateTimeOffset IssuedTime { get; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset |
IssuerName
Can be null
Declaration
public Name IssuerName { get; }
Property Value
| Type | Description |
|---|---|
| Name |
KeyIdentifier
Can be null
Declaration
public byte[] KeyIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| Byte[] |