CertificateID Class

Definition

Namespace: Org.BouncyCastle.Ocsp
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class CertificateID : IEquatable<CertificateID>
Inheritance
Object    CertificateID
Implements
IEquatableCertificateID

Constructors

CertificateID(CertID)Initializes a new instance of the CertificateID class
CertificateID(AlgorithmIdentifier, X509Certificate, BigInteger)Initializes a new instance of the CertificateID class
CertificateID(IDigestFactory, X509Certificate, BigInteger)Initializes a new instance of the CertificateID class
CertificateID(String, X509Certificate, BigInteger)Initializes a new instance of the CertificateID class
Obsolete.

Properties

Methods

DeriveCertificateID 
Equals(CertificateID) 
Equals(Object)
(Overrides ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode
(Overrides ObjectGetHashCode)
GetIssuerKeyHash 
GetIssuerNameHash 
GetTypeGets the Type of the current instance.
(Inherited from Object)
MatchesIssuer(X509Certificate) 
MatchesIssuer(IDigestFactory, X509Certificate) 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToAsn1Object 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also