Table of Contents

Class X509CertificateEntry

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

Constructors

X509CertificateEntry(X509Certificate)

public X509CertificateEntry(X509Certificate cert)

Parameters

cert X509Certificate

X509CertificateEntry(X509Certificate, IDictionary<DerObjectIdentifier, Asn1Encodable>)

public X509CertificateEntry(X509Certificate cert, IDictionary<DerObjectIdentifier, Asn1Encodable> attributes)

Parameters

cert X509Certificate
attributes IDictionary<DerObjectIdentifier, Asn1Encodable>

Properties

Certificate

public X509Certificate Certificate { get; }

Property Value

X509Certificate

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.