IVsEnumCryptoProviderContainers Interface
Visual Studio 2015
Provides an enumerator for all of the key containers in a cryptography provider. A key container is part of a key database containing all of the key pairs for a given user. Returned by the EnumContainers method of the IVsStrongNameKeys interface.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Next(UInt32, String[], UInt32) | Returns the next one or more key containers. |
![]() | Reset() | Returns the enumerator to its initial state. |
For an example of working with the CryptoAPI to create key containers, see .example_c_program_creating_a_key_container_and_generating_keys
Show:
