Share via


ApplicationTrust.FullTrustAssemblies Propiedad

Definición

Precaución

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

Obtiene la lista de ensamblados de plena confianza para esta confianza de la aplicación.

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 de propiedad

IList<StrongName>

Lista de ensamblados de plena confianza.

Atributos

Comentarios

Precaución

La seguridad de acceso al código (CAS) ha quedado en desuso en todas las versiones de .NET Framework y .NET. Las versiones recientes de .NET no respetan las anotaciones cas y producen errores si se usan api relacionadas con CAS. Los desarrolladores deben buscar medios alternativos para realizar tareas de seguridad.

La lista identifica los ensamblados a los que se va a conceder plena confianza dentro de que AppDomain está asociado a esta ApplicationTrust instancia. Los ensamblados se identifican por sus nombres seguros.

Se aplica a