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

Contains trusted list information relevant to a certificate
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetCurrentStatus ( ) : string
GetCurrentStatusStartingDate ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
GetQualitificationElements ( ) : IList

Return the list of condition associated to this service

GetServiceName ( ) : string
GetServiceType ( ) : string
GetStatusAtReferenceTime ( ) : string
GetStatusStartingDateAtReferenceTime ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
GetTSPElectronicAddress ( ) : string
GetTSPName ( ) : string
GetTSPPostalAddress ( ) : string
GetTSPTradeName ( ) : string
IsServiceWasFound ( ) : bool
IsWellSigned ( ) : bool

Is the Trusted List well signed

TrustedListInformation ( ServiceInfo ts ) : System

The default constructor for TrustedListInformation.

The default constructor for TrustedListInformation.

메소드 상세

GetCurrentStatus() 공개 메소드

public GetCurrentStatus ( ) : string
리턴 string

GetCurrentStatusStartingDate() 공개 메소드

public GetCurrentStatusStartingDate ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
리턴 Org.BouncyCastle.Utilities.Date.DateTimeObject

GetQualitificationElements() 공개 메소드

Return the list of condition associated to this service
public GetQualitificationElements ( ) : IList
리턴 IList

GetServiceName() 공개 메소드

public GetServiceName ( ) : string
리턴 string

GetServiceType() 공개 메소드

public GetServiceType ( ) : string
리턴 string

GetStatusAtReferenceTime() 공개 메소드

public GetStatusAtReferenceTime ( ) : string
리턴 string

GetStatusStartingDateAtReferenceTime() 공개 메소드

public GetStatusStartingDateAtReferenceTime ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
리턴 Org.BouncyCastle.Utilities.Date.DateTimeObject

GetTSPElectronicAddress() 공개 메소드

public GetTSPElectronicAddress ( ) : string
리턴 string

GetTSPName() 공개 메소드

public GetTSPName ( ) : string
리턴 string

GetTSPPostalAddress() 공개 메소드

public GetTSPPostalAddress ( ) : string
리턴 string

GetTSPTradeName() 공개 메소드

public GetTSPTradeName ( ) : string
리턴 string

IsServiceWasFound() 공개 메소드

public IsServiceWasFound ( ) : bool
리턴 bool

IsWellSigned() 공개 메소드

Is the Trusted List well signed
public IsWellSigned ( ) : bool
리턴 bool

TrustedListInformation() 공개 메소드

The default constructor for TrustedListInformation.
The default constructor for TrustedListInformation.
public TrustedListInformation ( ServiceInfo ts ) : System
ts EU.Europa.EC.Markt.Dss.Validation.Tsl.ServiceInfo
리턴 System