IVsStrongNameKeys2 Interface

Provides additional common strong name key utility methods.

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

Syntax

'Declaration
<GuidAttribute("EA4F4FEC-D6BA-40D3-B536-823518822C9D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsStrongNameKeys2
[GuidAttribute("EA4F4FEC-D6BA-40D3-B536-823518822C9D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStrongNameKeys2
[GuidAttribute(L"EA4F4FEC-D6BA-40D3-B536-823518822C9D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsStrongNameKeys2
[<GuidAttribute("EA4F4FEC-D6BA-40D3-B536-823518822C9D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsStrongNameKeys2 =  interface end
public interface IVsStrongNameKeys2

The IVsStrongNameKeys2 type exposes the following members.

Methods

  Name Description
Public method CreateNewKey2 Creates a new key to be used for signing, exporting to a file, and creating a new key container.
Public method CreateNewKeyWithNameAndSpecifiedSignatureAlgorithm Creates a new key using a specified Signature Algorithm to be used for signing, exporting to a file, and creating a new key container.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace