ApplicationTrust.FullTrustAssemblies Propriedade

Definição

Cuidado

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

Obtém a lista de assemblies de confiança total para essa relação de confiança do aplicativo.

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)

Valor da propriedade

IList<StrongName>

Uma lista de assemblies de confiança total.

Atributos

Comentários

Cuidado

O CAS (Code Access Security) foi preterido em todas as versões do .NET Framework e do .NET. As versões recentes do .NET não respeitam as anotações CAS e produzem erros se AS APIs relacionadas ao CAS forem usadas. Os desenvolvedores devem buscar meios alternativos de realizar tarefas de segurança.

A lista identifica assemblies que devem receber confiança total dentro do AppDomain associado a essa ApplicationTrust instância. Os assemblies são identificados por seus nomes fortes.

Aplica-se a