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

Validation information of a timestamp.
Validation information of a timestamp.
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetCertPathUpToTrustedList ( ) : Result
GetCertPathVerification ( ) : Result
GetCreationTime ( ) : System.DateTime
GetIssuerName ( ) : string
GetSameDigest ( ) : Result
GetSerialNumber ( ) : string
GetSignatureAlgorithm ( ) : string
SetCertPathVerification ( Result certPathVerification ) : void
SetCreationTime ( System.DateTime creationTime ) : void
SetIssuerName ( string issuerName ) : void
SetSameDigest ( Result sameDigest ) : void
SetSerialNumber ( string serialNumber ) : void
SetSignatureAlgorithm ( string signatureAlgorithm ) : void
TimestampVerificationResult ( ) : System

The default constructor for TimestampVerificationResult.

The default constructor for TimestampVerificationResult.

TimestampVerificationResult ( TimestampToken token ) : System

The default constructor for TimestampVerificationResult.

The default constructor for TimestampVerificationResult.

Method Details

GetCertPathUpToTrustedList() public méthode

public GetCertPathUpToTrustedList ( ) : Result
Résultat Result

GetCertPathVerification() public méthode

public GetCertPathVerification ( ) : Result
Résultat Result

GetCreationTime() public méthode

public GetCreationTime ( ) : System.DateTime
Résultat System.DateTime

GetIssuerName() public méthode

public GetIssuerName ( ) : string
Résultat string

GetSameDigest() public méthode

public GetSameDigest ( ) : Result
Résultat Result

GetSerialNumber() public méthode

public GetSerialNumber ( ) : string
Résultat string

GetSignatureAlgorithm() public méthode

public GetSignatureAlgorithm ( ) : string
Résultat string

SetCertPathVerification() public méthode

public SetCertPathVerification ( Result certPathVerification ) : void
certPathVerification Result the certPathVerification to set
Résultat void

SetCreationTime() public méthode

public SetCreationTime ( System.DateTime creationTime ) : void
creationTime System.DateTime the creationTime to set
Résultat void

SetIssuerName() public méthode

public SetIssuerName ( string issuerName ) : void
issuerName string the issuerName to set
Résultat void

SetSameDigest() public méthode

public SetSameDigest ( Result sameDigest ) : void
sameDigest Result the sameDigest to set
Résultat void

SetSerialNumber() public méthode

public SetSerialNumber ( string serialNumber ) : void
serialNumber string the serialNumber to set
Résultat void

SetSignatureAlgorithm() public méthode

public SetSignatureAlgorithm ( string signatureAlgorithm ) : void
signatureAlgorithm string the signatureAlgorithm to set
Résultat void

TimestampVerificationResult() public méthode

The default constructor for TimestampVerificationResult.
The default constructor for TimestampVerificationResult.
public TimestampVerificationResult ( ) : System
Résultat System

TimestampVerificationResult() public méthode

The default constructor for TimestampVerificationResult.
The default constructor for TimestampVerificationResult.
public TimestampVerificationResult ( TimestampToken token ) : System
token EU.Europa.EC.Markt.Dss.Validation.X509.TimestampToken
Résultat System