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

Use the AIA attribute of a certificate to retrieve the issuer
Inheritance: CertificateSource
ファイルを表示 Open project: nonorganic/dssnet

Public Methods

Method Description
AIACertificateSource ( X509Certificate certificate, HTTPDataLoader httpDataLoader ) : System.Collections.Generic

The default constructor for AIACertificateSource.

The default constructor for AIACertificateSource.

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

Private Methods

Method Description
GetAccessLocation ( X509Certificate certificate, DerObjectIdentifier accessMethod ) : string

Method Details

AIACertificateSource() public method

The default constructor for AIACertificateSource.
The default constructor for AIACertificateSource.
public AIACertificateSource ( X509Certificate certificate, HTTPDataLoader httpDataLoader ) : System.Collections.Generic
certificate X509Certificate
httpDataLoader HTTPDataLoader
return System.Collections.Generic

GetCertificateBySubjectName() public method

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