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)
Syntax
'Declaration
<GuidAttribute("F7FC33A9-10DA-42BE-9F88-9700E583EC33")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumCryptoProviders
[GuidAttribute("F7FC33A9-10DA-42BE-9F88-9700E583EC33")]
[InterfaceTypeAttribute()]
public interface IVsEnumCryptoProviders
[GuidAttribute(L"F7FC33A9-10DA-42BE-9F88-9700E583EC33")]
[InterfaceTypeAttribute()]
public interface class IVsEnumCryptoProviders
[<GuidAttribute("F7FC33A9-10DA-42BE-9F88-9700E583EC33")>]
[<InterfaceTypeAttribute()>]
type IVsEnumCryptoProviders = interface end
public interface IVsEnumCryptoProviders
The IVsEnumCryptoProviders type exposes the following members.
Methods
Name | Description | |
---|---|---|
Next | Returns the next one or more cryptographic service providers. | |
Reset | Returns the enumerator to its initial state. |
Top
Remarks
For a list of cryptographic service providers in the platform, see Cryptographic Provider Names.