Pular para o conteúdo principal

ReferencedCrlStoreFromSimpleStore

Namespace: Lacuna.Pki.Stores
Assembly: Lacuna.Pki
Class

public class ReferencedCrlStoreFromSimpleStore : IReferencedCrlStore

Hierarquia: objectReferencedCrlStoreFromSimpleStore

Construtores

ReferencedCrlStoreFromSimpleStore(ISimpleStore)

public ReferencedCrlStoreFromSimpleStore(ISimpleStore simpleStore)

Parâmetros

NomeTipoDescrição
simpleStoreISimpleStore

Métodos

GetCrl(DigestAlgorithm, byte[])

Recovers a CRL based on its digest value. The digest algorithm it's based on signerInfo or policy message digest Algorithm

public Crl GetCrl(DigestAlgorithm hashAlgorithm, byte[] crlHash)

Parâmetros

NomeTipoDescrição
hashAlgorithmDigestAlgorithm
crlHashbyte[]

Retorno

Crl


PutCrl(DigestAlgorithm, byte[])

public void PutCrl(DigestAlgorithm hashAlgorithm, byte[] crl)

Parâmetros

NomeTipoDescrição
hashAlgorithmDigestAlgorithm
crlbyte[]

Membros herdados

ToString(), Equals(object), Equals(object, object), ReferenceEquals(object, object), GetHashCode(), GetType(), MemberwiseClone()