IVsEnumCryptoProviders Interface

Definition

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

public interface class IVsEnumCryptoProviders
public interface class IVsEnumCryptoProviders
__interface IVsEnumCryptoProviders
[System.Runtime.InteropServices.Guid("F7FC33A9-10DA-42BE-9F88-9700E583EC33")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsEnumCryptoProviders
[<System.Runtime.InteropServices.Guid("F7FC33A9-10DA-42BE-9F88-9700E583EC33")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsEnumCryptoProviders = interface
Public Interface IVsEnumCryptoProviders
Attributes

Remarks

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

Methods

Next(UInt32, String[], UInt32)

Returns the next one or more cryptographic service providers.

Reset()

Returns the enumerator to its initial state.

Applies to