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

Validation information of a timestamp.
Validation information of a timestamp.
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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 method

public GetCertPathUpToTrustedList ( ) : Result
return Result

GetCertPathVerification() public method

public GetCertPathVerification ( ) : Result
return Result

GetCreationTime() public method

public GetCreationTime ( ) : System.DateTime
return System.DateTime

GetIssuerName() public method

public GetIssuerName ( ) : string
return string

GetSameDigest() public method

public GetSameDigest ( ) : Result
return Result

GetSerialNumber() public method

public GetSerialNumber ( ) : string
return string

GetSignatureAlgorithm() public method

public GetSignatureAlgorithm ( ) : string
return string

SetCertPathVerification() public method

public SetCertPathVerification ( Result certPathVerification ) : void
certPathVerification Result the certPathVerification to set
return void

SetCreationTime() public method

public SetCreationTime ( System.DateTime creationTime ) : void
creationTime System.DateTime the creationTime to set
return void

SetIssuerName() public method

public SetIssuerName ( string issuerName ) : void
issuerName string the issuerName to set
return void

SetSameDigest() public method

public SetSameDigest ( Result sameDigest ) : void
sameDigest Result the sameDigest to set
return void

SetSerialNumber() public method

public SetSerialNumber ( string serialNumber ) : void
serialNumber string the serialNumber to set
return void

SetSignatureAlgorithm() public method

public SetSignatureAlgorithm ( string signatureAlgorithm ) : void
signatureAlgorithm string the signatureAlgorithm to set
return void

TimestampVerificationResult() public method

The default constructor for TimestampVerificationResult.
The default constructor for TimestampVerificationResult.
public TimestampVerificationResult ( ) : System
return System

TimestampVerificationResult() public method

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