IVsStrongNameKeys.EnumProviders(IVsEnumCryptoProviders) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the cryptography providers.
public:
int EnumProviders([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumCryptoProviders ^ % ppEnumProviders);
public:
int EnumProviders([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumCryptoProviders ^ & ppEnumProviders);
int EnumProviders([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumCryptoProviders const & & ppEnumProviders);
public int EnumProviders (out Microsoft.VisualStudio.Shell.Interop.IVsEnumCryptoProviders ppEnumProviders);
abstract member EnumProviders : IVsEnumCryptoProviders -> int
Public Function EnumProviders (ByRef ppEnumProviders As IVsEnumCryptoProviders) As Integer
Parameters
- ppEnumProviders
- IVsEnumCryptoProviders
[out] The enumerator for the cryptography providers.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.