Table of Contents

Class X509CertificateEntry

Namespace
Enterprises.Org.BouncyCastle.Pkcs
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class X509CertificateEntry : Pkcs12Entry
Inheritance
X509CertificateEntry
Inherited Members

Constructors

X509CertificateEntry(X509Certificate)

public X509CertificateEntry(X509Certificate cert)

Parameters

cert X509Certificate

X509CertificateEntry(X509Certificate, Hashtable)

[Obsolete]
public X509CertificateEntry(X509Certificate cert, Hashtable attributes)

Parameters

cert X509Certificate
attributes Hashtable

X509CertificateEntry(X509Certificate, IDictionary)

public X509CertificateEntry(X509Certificate cert, IDictionary attributes)

Parameters

cert X509Certificate
attributes IDictionary

Properties

Certificate

public X509Certificate Certificate { get; }

Property Value

X509Certificate

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int