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

Contains trusted list information relevant to a certificate
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

GetCurrentStatus() public méthode

public GetCurrentStatus ( ) : string
Résultat string

GetCurrentStatusStartingDate() public méthode

public GetCurrentStatusStartingDate ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
Résultat Org.BouncyCastle.Utilities.Date.DateTimeObject

GetQualitificationElements() public méthode

Return the list of condition associated to this service
public GetQualitificationElements ( ) : IList
Résultat IList

GetServiceName() public méthode

public GetServiceName ( ) : string
Résultat string

GetServiceType() public méthode

public GetServiceType ( ) : string
Résultat string

GetStatusAtReferenceTime() public méthode

public GetStatusAtReferenceTime ( ) : string
Résultat string

GetStatusStartingDateAtReferenceTime() public méthode

public GetStatusStartingDateAtReferenceTime ( ) : Org.BouncyCastle.Utilities.Date.DateTimeObject
Résultat Org.BouncyCastle.Utilities.Date.DateTimeObject

GetTSPElectronicAddress() public méthode

public GetTSPElectronicAddress ( ) : string
Résultat string

GetTSPName() public méthode

public GetTSPName ( ) : string
Résultat string

GetTSPPostalAddress() public méthode

public GetTSPPostalAddress ( ) : string
Résultat string

GetTSPTradeName() public méthode

public GetTSPTradeName ( ) : string
Résultat string

IsServiceWasFound() public méthode

public IsServiceWasFound ( ) : bool
Résultat bool

IsWellSigned() public méthode

Is the Trusted List well signed
public IsWellSigned ( ) : bool
Résultat bool

TrustedListInformation() public méthode

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