IVsStrongNameKeys2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional common strong name key utility methods.
public interface class IVsStrongNameKeys2
public interface class IVsStrongNameKeys2
__interface IVsStrongNameKeys2
[System.Runtime.InteropServices.Guid("EA4F4FEC-D6BA-40D3-B536-823518822C9D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStrongNameKeys2
[<System.Runtime.InteropServices.Guid("EA4F4FEC-D6BA-40D3-B536-823518822C9D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsStrongNameKeys2 = interface
Public Interface IVsStrongNameKeys2
- Attributes
Methods
CreateNewKey2(String, String) |
Creates a new key to be used for signing, exporting to a file, and creating a new key container. |
CreateNewKeyWithNameAndSpecifiedSignatureAlgorithm(String, UInt32, String, String, String) |
Creates a new key using a specified Signature Algorithm to be used for signing, exporting to a file, and creating a new key container. |