public class Pkcs9AttributeObjectCollection : BasicCollection<Pkcs9AttributeObject>Public Class Pkcs9AttributeObjectCollection
Inherits BasicCollection(Of Pkcs9AttributeObject)public ref class Pkcs9AttributeObjectCollection : public BasicCollection<Pkcs9AttributeObject^>type Pkcs9AttributeObjectCollection =
class
inherit BasicCollection<Pkcs9AttributeObject>
end| Pkcs9AttributeObjectCollection | Initializes a new instance of the T class. |
| Pkcs9AttributeObjectCollection(IEnumerablePkcs9AttributeObject) | Initializes a new instance of the Pkcs9AttributeObjectCollection class |
| Count | (Inherited from BasicCollectionT) |
| IsReadOnly | (Inherited from BasicCollectionT) |
| ItemInt32 | (Inherited from BasicCollectionT) |
| ItemString | Gets an Pkcs9AttributeObject object from the Pkcs9AttributeObjectCollection object by attributes object identifier. |
| Add | (Inherited from BasicCollectionT) |
| AddRange | (Inherited from BasicCollectionT) |
| Clear | (Inherited from BasicCollectionT) |
| Contains | (Inherited from BasicCollectionT) |
| CopyTo | (Inherited from BasicCollectionT) |
| Decode | Decodes ASN.1-encoded attribute collection. |
| Encode | Encodes current collection to an ASN.1-encoded byte array. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetEnumerator | (Inherited from BasicCollectionT) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| IndexOf | (Inherited from BasicCollectionT) |
| Insert | (Inherited from BasicCollectionT) |
| MemberwiseClone | (Inherited from Object) |
| Remove | (Inherited from BasicCollectionT) |
| RemoveAt | (Inherited from BasicCollectionT) |
| ToString | (Inherited from Object) |
| InternalList |
Gets internal list.
(Inherited from BasicCollectionT) |