X509V2AttributeCertificate Class

An implementation of a version 2 X.509 Attribute Certificate.

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class X509V2AttributeCertificate : X509ExtensionBase
Inheritance
Object    X509ExtensionBase    X509V2AttributeCertificate

Constructors

X509V2AttributeCertificate(AttributeCertificate)Initializes a new instance of the X509V2AttributeCertificate class
X509V2AttributeCertificate(Byte)Initializes a new instance of the X509V2AttributeCertificate class
X509V2AttributeCertificate(Stream)Initializes a new instance of the X509V2AttributeCertificate class

Properties

Methods

CheckSignature 
CheckSignatureValid 
CheckValidity 
CheckValidity(DateTime) 
Equals
(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)
GetAttributes 
GetAttributes(String) 
GetCriticalExtensionOids Get any critical extensions.
(Inherited from X509ExtensionBase)
GetEncoded 
GetExtensionOids
(Inherited from X509ExtensionBase)
GetExtensionValue
(Inherited from X509ExtensionBase)
GetHashCode
(Overrides ObjectGetHashCode)
GetIssuerUniqueID 
GetNonCriticalExtensionOids Get non critical extensions.
(Inherited from X509ExtensionBase)
GetSignature 
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetX509Extensions
(Overrides X509ExtensionBaseGetX509Extensions)
IsSignatureValid(AsymmetricKeyParameter) 
IsSignatureValid(IVerifierFactoryProvider) 
IsValid 
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Verify(AsymmetricKeyParameter) 
Verify(IVerifierFactoryProvider) Verify the certificate's signature using a verifier created using the passed in verifier provider.

See Also