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
certX509Certificate
X509CertificateEntry(X509Certificate, IDictionary<DerObjectIdentifier, Asn1Encodable>)
public X509CertificateEntry(X509Certificate cert, IDictionary<DerObjectIdentifier, Asn1Encodable> attributes)
Parameters
certX509CertificateattributesIDictionary<DerObjectIdentifier, Asn1Encodable>
Properties
Certificate
public X509Certificate Certificate { get; }
Property Value
Methods
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.