ApplicationTrust.FullTrustAssemblies Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
Code Access Security is not supported or honored by the runtime.
Hämtar listan över fullständiga förtroendesammansättningar för det här programförtroendet.
public:
property System::Collections::Generic::IList<System::Security::Policy::StrongName ^> ^ FullTrustAssemblies { System::Collections::Generic::IList<System::Security::Policy::StrongName ^> ^ 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; }
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}")>]
member this.FullTrustAssemblies : System.Collections.Generic.IList<System.Security.Policy.StrongName>
member this.FullTrustAssemblies : System.Collections.Generic.IList<System.Security.Policy.StrongName>
Public ReadOnly Property FullTrustAssemblies As IList(Of StrongName)
Egenskapsvärde
En lista över sammansättningar med fullständigt förtroende.
- Attribut
Kommentarer
Caution
Code Access Security (CAS) har föråldrats i alla versioner av .NET Framework och .NET. De senaste versionerna av .NET följer inte CAS-anteckningar och skapar fel om CAS-relaterade API:er används. Utvecklare bör söka alternativa sätt att utföra säkerhetsuppgifter.
Listan identifierar sammansättningar som ska beviljas fullständigt förtroende inom den som är associerad med den här AppDomain instansenApplicationTrust. Sammansättningarna identifieras med sina starka namn.