C# Class Microsoft.Xades.CRLValue

This class consist of a sequence of at least one Certificate Revocation List. Each EncapsulatedCRLValue will contain the base64 encoding of a DER-encoded X509 CRL.
Inheritance: EncapsulatedPKIData
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
CRLValue ( ) : System

Default constructor

Method Details

CRLValue() public method

Default constructor
public CRLValue ( ) : System
return System