C# 클래스 PeNet.CrlUrlList

This class parses the Certificate Revocation Lists of a signing certificate. It provides access to all CRL URLs in the certificate.
파일 보기 프로젝트 열기: secana/PeNet 1 사용 예제들

공개 메소드들

메소드 설명
CrlUrlList ( X509Certificate2 cert ) : System

Create a new CrlUrlList object.

CrlUrlList ( byte rawData ) : System

Create a new CrlUrlList object.

ToString ( ) : string

Create a string representation of all CRL in the list.

비공개 메소드들

메소드 설명
IsValidUri ( string uri ) : bool
ParseCrls ( byte rawData ) : void

메소드 상세

CrlUrlList() 공개 메소드

Create a new CrlUrlList object.
public CrlUrlList ( X509Certificate2 cert ) : System
cert System.Security.Cryptography.X509Certificates.X509Certificate2 A X509 certificate object.
리턴 System

CrlUrlList() 공개 메소드

Create a new CrlUrlList object.
public CrlUrlList ( byte rawData ) : System
rawData byte A byte array containing a X509 certificate
리턴 System

ToString() 공개 메소드

Create a string representation of all CRL in the list.
public ToString ( ) : string
리턴 string