Compartir a través de


VCLinkerTool.KeyContainer (Propiedad)

Obtiene o establece el contenedor con nombre de la clave de nombre seguro para el ensamblado de salida.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
Property KeyContainer As String
string KeyContainer { get; set; }
property String^ KeyContainer {
    String^ get ();
    void set (String^ value);
}
abstract KeyContainer : string with get, set
function get KeyContainer () : String
function set KeyContainer (value : String)

Valor de propiedad

Tipo: System.String
Contenedor con nombre de la clave de nombre seguro para el ensamblado de salida.

Seguridad de .NET Framework

Vea también

Referencia

VCLinkerTool Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)