C# Class EU.Europa.EC.Markt.Dss.Validation.Report.CertPathRevocationAnalysis

Validation information for a Certificate Path (from a end user certificate to the Trusted List)
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
CertPathRevocationAnalysis ( ValidationContext ctx, TrustedListInformation info ) : System.Collections.Generic

The default constructor for CertPathRevocationAnalysis.

The default constructor for CertPathRevocationAnalysis.

GetCertificatePathVerification ( ) : IList
GetSummary ( ) : Result
GetTrustedListInformation ( ) : TrustedListInformation
SetCertificatePathVerification ( IList certificatePathVerification ) : void
SetSummary ( Result summary ) : void
SetTrustedListInformation ( TrustedListInformation trustedListInformation ) : void

Method Details

CertPathRevocationAnalysis() public méthode

The default constructor for CertPathRevocationAnalysis.
The default constructor for CertPathRevocationAnalysis.
public CertPathRevocationAnalysis ( ValidationContext ctx, TrustedListInformation info ) : System.Collections.Generic
ctx ValidationContext
info TrustedListInformation
Résultat System.Collections.Generic

GetCertificatePathVerification() public méthode

public GetCertificatePathVerification ( ) : IList
Résultat IList

GetSummary() public méthode

public GetSummary ( ) : Result
Résultat Result

GetTrustedListInformation() public méthode

public GetTrustedListInformation ( ) : TrustedListInformation
Résultat TrustedListInformation

SetCertificatePathVerification() public méthode

public SetCertificatePathVerification ( IList certificatePathVerification ) : void
certificatePathVerification IList the certificatePathVerification to set
Résultat void

SetSummary() public méthode

public SetSummary ( Result summary ) : void
summary Result the summary to set
Résultat void

SetTrustedListInformation() public méthode

public SetTrustedListInformation ( TrustedListInformation trustedListInformation ) : void
trustedListInformation TrustedListInformation the trustedListInformation to set
Résultat void