Org.BouncyCastle.Pkcs.X509CertificateEntry.X509CertificateEntry C# (CSharp) 메소드

X509CertificateEntry() 공개 메소드

public X509CertificateEntry ( X509Certificate cert ) : System
cert Org.BouncyCastle.X509.X509Certificate
리턴 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