IVsEnumCryptoProviders Interface

 

Provides an enumerator to list cryptographic service providers. Returned by the EnumProviders method of the IVsStrongNameKeys interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("F7FC33A9-10DA-42BE-9F88-9700E583EC33")]
[InterfaceTypeAttribute(1)]
public interface IVsEnumCryptoProviders

NameDescription
System_CAPS_pubmethodNext(UInt32, String[], UInt32)

Returns the next one or more cryptographic service providers.

System_CAPS_pubmethodReset()

Returns the enumerator to its initial state.

For a list of cryptographic service providers in the platform, see .cryptographic_provider_names

Return to top
Show: