C# 클래스 EU.Europa.EC.Markt.Dss.Validation.Report.CertPathRevocationAnalysis

Validation information for a Certificate Path (from a end user certificate to the Trusted List)
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CertPathRevocationAnalysis() 공개 메소드

The default constructor for CertPathRevocationAnalysis.
The default constructor for CertPathRevocationAnalysis.
public CertPathRevocationAnalysis ( ValidationContext ctx, TrustedListInformation info ) : System.Collections.Generic
ctx ValidationContext
info TrustedListInformation
리턴 System.Collections.Generic

GetCertificatePathVerification() 공개 메소드

public GetCertificatePathVerification ( ) : IList
리턴 IList

GetSummary() 공개 메소드

public GetSummary ( ) : Result
리턴 Result

GetTrustedListInformation() 공개 메소드

public GetTrustedListInformation ( ) : TrustedListInformation
리턴 TrustedListInformation

SetCertificatePathVerification() 공개 메소드

public SetCertificatePathVerification ( IList certificatePathVerification ) : void
certificatePathVerification IList the certificatePathVerification to set
리턴 void

SetSummary() 공개 메소드

public SetSummary ( Result summary ) : void
summary Result the summary to set
리턴 void

SetTrustedListInformation() 공개 메소드

public SetTrustedListInformation ( TrustedListInformation trustedListInformation ) : void
trustedListInformation TrustedListInformation the trustedListInformation to set
리턴 void