public class CspProviderInfoCollection : BasicCollection<CspProviderInfo>
Public Class CspProviderInfoCollection
Inherits BasicCollection(Of CspProviderInfo)
public ref class CspProviderInfoCollection : public BasicCollection<CspProviderInfo^>
type CspProviderInfoCollection =
class
inherit BasicCollection<CspProviderInfo>
end
CspProviderInfoCollection | Initializes a new instance of the CspProviderInfoCollection class |
Count | (Inherited from BasicCollectionT) |
IsReadOnly | (Inherited from BasicCollectionT) |
Item | (Inherited from BasicCollectionT) |
Add | (Inherited from BasicCollectionT) |
AddRange | (Inherited from BasicCollectionT) |
Clear | (Inherited from BasicCollectionT) |
Contains | (Inherited from BasicCollectionT) |
CopyTo | (Inherited from BasicCollectionT) |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
GetEnumerator | (Inherited from BasicCollectionT) |
GetHashCode | (Inherited from Object) |
GetProviderInfo | Enumerates registered Cryptographic Service Providers (CSP) and Key Storage Providers (KSP), their information and supported cryptographic algorithms. |
GetProviderInfo(String) | Gets named registered Cryptographic Service Provider (CSP) or Key Storage Provider (KSP), its information and supported cryptographic algorithms. |
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) |