AttributeTable Class

Definition

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public class AttributeTable
Inheritance
Object    AttributeTable

Constructors

AttributeTable(Asn1EncodableVector)Initializes a new instance of the AttributeTable class
AttributeTable(Asn1Set)Initializes a new instance of the AttributeTable class
AttributeTable(Attributes)Initializes a new instance of the AttributeTable class
AttributeTable(IDictionaryDerObjectIdentifier, Object)Initializes a new instance of the AttributeTable class

Properties

Count 
ItemReturn the first attribute matching the given OBJECT IDENTIFIER

Methods

Add(Attribute) 
Add(DerObjectIdentifier, Asn1Encodable) 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetAll 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Remove 
ToAsn1EncodableVector 
ToAttributes 
ToDictionary 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also