Org.BouncyCastle.Pkcs.X509CertificateEntry.X509CertificateEntry C# (CSharp) Method

X509CertificateEntry() public method

public X509CertificateEntry ( X509Certificate cert ) : System
cert Org.BouncyCastle.X509.X509Certificate
return System
		public X509CertificateEntry(
            X509Certificate cert)
			: base(Platform.CreateHashtable())
        {
            this.cert = cert;
        }

Same methods

X509CertificateEntry::X509CertificateEntry ( X509Certificate cert, Hashtable attributes ) : System
X509CertificateEntry::X509CertificateEntry ( X509Certificate cert, IDictionary attributes ) : System