Interface IReferencedCrlStore
Assembly: Lacuna.Pki.dll
Syntax
public interface IReferencedCrlStore
Methods
|
Improve this Doc
View Source
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
Returns
|
Improve this Doc
View Source
PutCrl(DigestAlgorithm, Byte[])
Declaration
void PutCrl(DigestAlgorithm hashAlgorithm, byte[] crl)
Parameters