Show / Hide Table of Contents

Class ReferencedCrlStoreFromSimpleStore

Inheritance
Object
ReferencedCrlStoreFromSimpleStore
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Stores
Assembly: Lacuna.Pki.dll
Syntax
public class ReferencedCrlStoreFromSimpleStore : IReferencedCrlStore

Constructors

ReferencedCrlStoreFromSimpleStore(ISimpleStore)

Declaration
public ReferencedCrlStoreFromSimpleStore(ISimpleStore simpleStore)
Parameters
Type Name Description
ISimpleStore simpleStore

Methods

GetCrl(DigestAlgorithm, Byte[])

Declaration
public Crl GetCrl(DigestAlgorithm hashAlgorithm, byte[] crlHash)
Parameters
Type Name Description
DigestAlgorithm hashAlgorithm
Byte[] crlHash
Returns
Type Description
Crl
Implements
IReferencedCrlStore.GetCrl(DigestAlgorithm, Byte[])

PutCrl(DigestAlgorithm, Byte[])

Declaration
public void PutCrl(DigestAlgorithm hashAlgorithm, byte[] crl)
Parameters
Type Name Description
DigestAlgorithm hashAlgorithm
Byte[] crl
Implements
IReferencedCrlStore.PutCrl(DigestAlgorithm, Byte[])
Back to top Copyright © 2015-2020 Lacuna Software