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)

[GuidAttribute("EA4F4FEC-D6BA-40D3-B536-823518822C9D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsStrongNameKeys2

NameDescription
System_CAPS_pubmethodCreateNewKey2(String, String)

Creates a new key to be used for signing, exporting to a file, and creating a new key container.

System_CAPS_pubmethodCreateNewKeyWithNameAndSpecifiedSignatureAlgorithm(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.

Return to top
Show: