Pular para o conteúdo principal

ValidationContext

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

Representes a trusted validation artifacts object

public class ValidationContext

Hierarquia: objectValidationContext

Construtores

ValidationContext()

public ValidationContext()

Propriedades

CertificateStore

A trusted certificate store

public ICertificateStore CertificateStore { get; set; }

Retorno

ICertificateStore


CrlStore

A trusted CRL store holding valid CRLs for the alleged DateReference

public ICrlStore CrlStore { get; set; }

Retorno

ICrlStore


DateReference

A trusted date reference for the validation context

public DateTimeOffset DateReference { get; set; }

Retorno

DateTimeOffset


Métodos

Create(Dss, DateTimeOffset)

Creates a validation context with all DSS dictionary artifact stores and a date reference

public static ValidationContext Create(Dss padesDss, DateTimeOffset dateReference)

Parâmetros

NomeTipoDescrição
padesDssDss
dateReferenceDateTimeOffset

Retorno

ValidationContext


Membros herdados

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