IVsStrongNameKeys Interface

Provides common strong name key utility methods. You can get an instance of this interface from the SVsStrongNameKeys (SID_SVsStrongNameKeys) service.

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

Syntax

'Declaration
<GuidAttribute("B0DE8148-DABC-4AB9-B418-413E63DF6E6C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsStrongNameKeys
[GuidAttribute("B0DE8148-DABC-4AB9-B418-413E63DF6E6C")]
[InterfaceTypeAttribute()]
public interface IVsStrongNameKeys
[GuidAttribute(L"B0DE8148-DABC-4AB9-B418-413E63DF6E6C")]
[InterfaceTypeAttribute()]
public interface class IVsStrongNameKeys
[<GuidAttribute("B0DE8148-DABC-4AB9-B418-413E63DF6E6C")>]
[<InterfaceTypeAttribute()>]
type IVsStrongNameKeys =  interface end
public interface IVsStrongNameKeys

The IVsStrongNameKeys type exposes the following members.

Methods

  Name Description
Public method ChangePassword
Public method CreateNewKey
Public method CreateNewKeyNoUI
Public method CreateNewKeyWithName
Public method EnumContainers
Public method EnumProviders
Public method ImportKeyFromPFX

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace