C# Class EU.Europa.EC.Markt.Dss.Validation.Certificate.OfflineCertificateSource

Some certificate source are "offline", that means that the set of certificate is availaible and the software only needs to find the certificate on base of the subjectName
Inheritance: CertificateSource
Mostrar archivo Open project: nonorganic/dssnet

Public Methods

Method Description
GetCertificateBySubjectName ( Org.BouncyCastle.Asn1.X509.X509Name subjectName ) : IList
GetCertificates ( ) : IList

Retrieve the list of certificate from this source.

Retrieve the list of certificate from this source.

SetSourceType ( CertificateSourceType sourceType ) : void

Method Details

GetCertificateBySubjectName() public method

public GetCertificateBySubjectName ( Org.BouncyCastle.Asn1.X509.X509Name subjectName ) : IList
subjectName Org.BouncyCastle.Asn1.X509.X509Name
return IList

GetCertificates() public abstract method

Retrieve the list of certificate from this source.
Retrieve the list of certificate from this source.
public abstract GetCertificates ( ) : IList
return IList

SetSourceType() public method

public SetSourceType ( CertificateSourceType sourceType ) : void
sourceType CertificateSourceType the sourceType to set
return void