Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
CreateNewKey2 | Creates a new key to be used for signing, exporting to a file, and creating a new key container. |
![]() |
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