public class AttributeCertificateHolder : IEquatable<AttributeCertificateHolder>,
ISelector<X509Certificate>, ICloneable
Public Class AttributeCertificateHolder
Implements IEquatable(Of AttributeCertificateHolder), ISelector(Of X509Certificate),
ICloneable
public ref class AttributeCertificateHolder : IEquatable<AttributeCertificateHolder^>,
ISelector<X509Certificate^>, ICloneable
Org.BouncyCastle.X509.AttributeCertificateHolder = function();
Type.createClass(
'Org.BouncyCastle.X509.AttributeCertificateHolder',
null,
IEquatable`1,
Org.BouncyCastle.Utilities.Collections.ISelector`1,
ICloneable);
Holder ::= SEQUENCE { baseCertificateID [0] IssuerSerial OPTIONAL, -- the issuer and serial number of -- the holder's Public Key Certificate entityName [1] GeneralNames OPTIONAL, -- the name of the claimant or role objectDigestInfo [2] ObjectDigestInfo OPTIONAL -- used to directly authenticate the holder, -- for example, an executable }
AttributeCertificateHolder(X509Certificate) | Initializes a new instance of the AttributeCertificateHolder class |
AttributeCertificateHolder(X509Name) | Initializes a new instance of the AttributeCertificateHolder class |
AttributeCertificateHolder(X509Name, BigInteger) | Initializes a new instance of the AttributeCertificateHolder class |
AttributeCertificateHolder(Int32, String, String, Byte) | Initializes a new instance of the AttributeCertificateHolder class |
Clone | |
Equals(AttributeCertificateHolder) | |
Equals(Object) | (Overrides ObjectEquals(Object)) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetEntityNames | |
GetHashCode | (Overrides ObjectGetHashCode) |
GetIssuer | |
GetObjectDigest | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Match | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |