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