Class ReferencedCrlStoreFromSimpleStore
Inheritance
ReferencedCrlStoreFromSimpleStore
Assembly: Lacuna.Pki.dll
Syntax
public class ReferencedCrlStoreFromSimpleStore : IReferencedCrlStore
Constructors
ReferencedCrlStoreFromSimpleStore(ISimpleStore)
Declaration
public ReferencedCrlStoreFromSimpleStore(ISimpleStore simpleStore)
Parameters
Methods
GetCrl(DigestAlgorithm, Byte[])
Declaration
public Crl GetCrl(DigestAlgorithm hashAlgorithm, byte[] crlHash)
Parameters
Returns
Implements
PutCrl(DigestAlgorithm, Byte[])
Declaration
public void PutCrl(DigestAlgorithm hashAlgorithm, byte[] crl)
Parameters
Implements