Proprietà AssemblyReference.StrongName

Ottiene il nome sicuro dell'assembly.

Spazio dei nomi:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Sintassi

'Dichiarazione
ReadOnly Property StrongName As String
    Get
string StrongName { get; }
property String^ StrongName {
    String^ get ();
}
abstract StrongName : string
function get StrongName () : String

Valore proprietà

Tipo: System.String
Stringa che contiene il nome sicuro dell'assembly.

Note

Il nome sicuro dell'assembly include il nome, le impostazioni locali, la versione e la chiave dell'assembly. Questa proprietà non deve essere utilizzata con assembly che non dispongono di un nome sicuro.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AssemblyReference Interfaccia

Spazio dei nomi VsWebSite