Interface IReferencedCrlStore
Namespace: Lacuna.Pki.Stores
Assembly: Lacuna.Pki.dll
Syntax
public interface IReferencedCrlStore
Methods
GetCrl(DigestAlgorithm, Byte[])
Recovers a CRL based on its digest value. The digest algorithm it's based on signerInfo or policy message digest Algorithm
Declaration
Crl GetCrl(DigestAlgorithm hashAlgorithm, byte[] crlHash)
Parameters
| Type | Name | Description |
|---|---|---|
| DigestAlgorithm | hashAlgorithm | |
| Byte[] | crlHash |
Returns
| Type | Description |
|---|---|
| Crl |
PutCrl(DigestAlgorithm, Byte[])
Declaration
void PutCrl(DigestAlgorithm hashAlgorithm, byte[] crl)
Parameters
| Type | Name | Description |
|---|---|---|
| DigestAlgorithm | hashAlgorithm | |
| Byte[] | crl |