MimeKit.Cryptography.X509CrlRecord.X509CrlRecord C# (CSharp) 메소드

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
		public X509CrlRecord ()
		{
		}
	}

Same methods

X509CrlRecord::X509CrlRecord ( X509Crl crl ) : System
X509CrlRecord