C# Класс EU.Europa.EC.Markt.Dss.Validation.Report.CertPathRevocationAnalysis

Validation information for a Certificate Path (from a end user certificate to the Trusted List)
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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