Método IVsStrongNameKeys.ImportKeyFromPFX (String, String)
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int ImportKeyFromPFX(
string szFile,
out string pbstrContainerName
)
int ImportKeyFromPFX(
String^ szFile,
[OutAttribute] String^% pbstrContainerName
)
abstract ImportKeyFromPFX :
szFile:string *
pbstrContainerName:string byref -> int
Function ImportKeyFromPFX (
szFile As String,
<OutAttribute> ByRef pbstrContainerName As String
) As Integer
Parâmetros
- szFile
- pbstrContainerName
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsStrongNameKeys
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo