ApplicationTrust.FullTrustAssemblies Proprietà

Definizione

Attenzione

Code Access Security is not supported or honored by the runtime.

Ottiene l'elenco di assembly con attendibilità totale per l'attendibilità dell'applicazione corrente.

public:
 property System::Collections::Generic::IList<System::Security::Policy::StrongName ^> ^ FullTrustAssemblies { System::Collections::Generic::IList<System::Security::Policy::StrongName ^> ^ get(); };
public System.Collections.Generic.IList<System.Security.Policy.StrongName> FullTrustAssemblies { get; }
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public System.Collections.Generic.IList<System.Security.Policy.StrongName> FullTrustAssemblies { get; }
member this.FullTrustAssemblies : System.Collections.Generic.IList<System.Security.Policy.StrongName>
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
member this.FullTrustAssemblies : System.Collections.Generic.IList<System.Security.Policy.StrongName>
Public ReadOnly Property FullTrustAssemblies As IList(Of StrongName)

Valore della proprietà

IList<StrongName>

Elenco di assembly con attendibilità totale.

Attributi

Commenti

Attenzione

La sicurezza di accesso al codice è stata deprecata in tutte le versioni di .NET Framework e .NET. Le versioni recenti di .NET non rispettano le annotazioni CAS e generano errori se vengono usate API correlate a CAS. Gli sviluppatori devono cercare mezzi alternativi per eseguire attività di sicurezza.

L'elenco identifica gli assembly che devono essere concessi con attendibilità completa all'interno dell'istanza AppDomain associata a questa ApplicationTrust istanza. Gli assembly vengono identificati dai nomi sicuri.

Si applica a