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

X509CertificateEntry() private method

private X509CertificateEntry ( X509Certificate cert, Hashtable attributes ) : System
cert Org.BouncyCastle.X509.X509Certificate
attributes System.Collections.Hashtable
return System
        public X509CertificateEntry(
            X509Certificate	cert,
            Hashtable		attributes)
			: base(attributes)
        {
            this.cert = cert;
        }
#endif

Same methods

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