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

Validation information for level XL (CAdES, XAdES).
Validation information for level XL (CAdES, XAdES).
Inheritance: SignatureLevel
Mostrar archivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetCertificateValuesVerification ( ) : Result
GetRevocationValuesVerification ( ) : Result
SignatureLevelXL ( Result levelReached, Result certificateValuesVerification, Result revocationValuesVerification ) : EU.Europa.EC.Markt.Dss.Validation.Report

The default constructor for SignatureLevelBES.

The default constructor for SignatureLevelBES.

Method Details

GetCertificateValuesVerification() public method

public GetCertificateValuesVerification ( ) : Result
return Result

GetRevocationValuesVerification() public method

public GetRevocationValuesVerification ( ) : Result
return Result

SignatureLevelXL() public method

The default constructor for SignatureLevelBES.
The default constructor for SignatureLevelBES.
public SignatureLevelXL ( Result levelReached, Result certificateValuesVerification, Result revocationValuesVerification ) : EU.Europa.EC.Markt.Dss.Validation.Report
levelReached Result
certificateValuesVerification Result
revocationValuesVerification Result
return EU.Europa.EC.Markt.Dss.Validation.Report