C# 클래스 EU.Europa.EC.Markt.Dss.Validation.Crl.OnlineCrlSource

Online CRL repository.
Online CRL repository. This CRL repository implementation will download the CRLs from the given CRL URIs.
상속: ICrlSource
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
FindCrl ( X509Certificate certificate, X509Certificate issuerCertificate ) : X509Crl
GetCrlUri ( X509Certificate certificate ) : string

Gives back the CRL URI meta-data found within the given X509 certificate.

Gives back the CRL URI meta-data found within the given X509 certificate.

OnlineCrlSource ( ) : System

비공개 메소드들

메소드 설명
GetCrl ( string downloadUrl ) : X509Crl

메소드 상세

FindCrl() 공개 메소드

public FindCrl ( X509Certificate certificate, X509Certificate issuerCertificate ) : X509Crl
certificate X509Certificate
issuerCertificate X509Certificate
리턴 Org.BouncyCastle.X509.X509Crl

GetCrlUri() 공개 메소드

Gives back the CRL URI meta-data found within the given X509 certificate.
Gives back the CRL URI meta-data found within the given X509 certificate.
System.UriFormatException
public GetCrlUri ( X509Certificate certificate ) : string
certificate X509Certificate the X509 certificate.
리턴 string

OnlineCrlSource() 공개 메소드

public OnlineCrlSource ( ) : System
리턴 System