Partilhar via


Interface IVsStrongNameKeys

 

Publicado: abril de 2016

Fornece métodos comuns de utilitário de chave de nome forte.Você pode obter uma instância desta interface a partir do SVsStrongNameKeys (SID_SVsStrongNameKeys) de serviço.

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

Sintaxe

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

Métodos

Nome Descrição
System_CAPS_pubmethod ChangePassword(String, String, String)

System_CAPS_pubmethod CreateNewKey(String, String)

System_CAPS_pubmethod CreateNewKeyNoUI(String, String)

System_CAPS_pubmethod CreateNewKeyWithName(String, String, String)

System_CAPS_pubmethod EnumContainers(String, IVsEnumCryptoProviderContainers)

System_CAPS_pubmethod EnumProviders(IVsEnumCryptoProviders)

System_CAPS_pubmethod ImportKeyFromPFX(String, String)

Consulte também

Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo