public class AlgorithmIdentifierCollection : BasicCollection<AlgorithmIdentifier>
Public Class AlgorithmIdentifierCollection
Inherits BasicCollection(Of AlgorithmIdentifier)
public ref class AlgorithmIdentifierCollection : public BasicCollection<AlgorithmIdentifier^>
type AlgorithmIdentifierCollection =
class
inherit BasicCollection<AlgorithmIdentifier>
end
AlgorithmIdentifierCollection() | Initializes a new instance of the AlgorithmIdentifierCollection class without any AlgorithmIdentifier information. |
AlgorithmIdentifierCollection(IEnumerable<AlgorithmIdentifier>) | Initializes a new instance of the AlgorithmIdentifierCollection class from an array of AlgorithmIdentifier objects. |
Count | (Inherited from BasicCollection<T>) |
IsReadOnly | (Inherited from BasicCollection<T>) |
Item[Int32] | (Inherited from BasicCollection<T>) |
Item[String] | Gets an AlgorithmIdentifier object from the AlgorithmIdentifierCollection object by attributes object identifier. |
Add | (Inherited from BasicCollection<T>) |
AddRange | (Inherited from BasicCollection<T>) |
Clear | (Inherited from BasicCollection<T>) |
Contains | (Inherited from BasicCollection<T>) |
CopyTo | (Inherited from BasicCollection<T>) |
Decode | Decodes ASN.1-encoded algorithm identifier collection. |
Encode | Encodes current collection to an ASN.1-encoded byte array. |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetEnumerator | (Inherited from BasicCollection<T>) |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
IndexOf | (Inherited from BasicCollection<T>) |
Insert | (Inherited from BasicCollection<T>) |
MemberwiseClone | (Inherited from Object) |
Remove | (Inherited from BasicCollection<T>) |
RemoveAt | (Inherited from BasicCollection<T>) |
ToString | (Inherited from Object) |
InternalList |
Gets internal list.
(Inherited from BasicCollection<T>) |