C# Класс MimeKit.Cryptography.X509CrlRecord

An X.509 certificate revocation list (CRL) record.
Represents an X.509 certificate revocation list record loaded from a database.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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