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
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode 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 méthode

public GetCertificateBySubjectName ( Org.BouncyCastle.Asn1.X509.X509Name subjectName ) : IList
subjectName Org.BouncyCastle.Asn1.X509.X509Name
Résultat IList

GetCertificates() public abstract méthode

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

SetSourceType() public méthode

public SetSourceType ( CertificateSourceType sourceType ) : void
sourceType CertificateSourceType the sourceType to set
Résultat void