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

‘선언
<GuidAttribute("F7FC33A9-10DA-42BE-9F88-9700E583EC33")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumCryptoProviders
‘사용 방법
Dim instance As 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

Remarks

For a list of cryptographic service providers in the platform, see Cryptographic Provider Names.

See Also

Reference

IVsEnumCryptoProviders Members

Microsoft.VisualStudio.Shell.Interop Namespace