C# 클래스 MimeKit.Cryptography.X509CrlRecord

An X.509 certificate revocation list (CRL) record.
Represents an X.509 certificate revocation list record loaded from a database.
파일 보기 프로젝트 열기: nachocove/MimeKit 1 사용 예제들

공개 메소드들

메소드 설명
X509CrlRecord ( ) : System

Initializes a new instance of the MimeKit.Cryptography.X509CrlRecord class.

This constructor is only meant to be used by implementors of IX509CertificateDatabase when loading records from the database.

X509CrlRecord ( X509Crl crl ) : System

Initializes a new instance of the MimeKit.Cryptography.X509CrlRecord class.

Creates a new CRL record for storing in a IX509CertificateDatabase.

메소드 상세

X509CrlRecord() 공개 메소드

Initializes a new instance of the MimeKit.Cryptography.X509CrlRecord class.
This constructor is only meant to be used by implementors of IX509CertificateDatabase when loading records from the database.
public X509CrlRecord ( ) : System
리턴 System

X509CrlRecord() 공개 메소드

Initializes a new instance of the MimeKit.Cryptography.X509CrlRecord class.
Creates a new CRL record for storing in a IX509CertificateDatabase.
/// is null. ///
public X509CrlRecord ( X509Crl crl ) : System
crl Org.BouncyCastle.X509.X509Crl The certificate revocation list.
리턴 System