PolicyLevel.FullTrustAssemblies Vlastnost

Definice

Upozornění

Toto rozhraní API je teď zastaralé.

Upozornění

Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.

Upozornění

All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.

Získá seznam objektů sloužících StrongNameMembershipCondition k určení, zda je sestavení členem skupiny sestavení sloužící k vyhodnocení zásad zabezpečení.

public:
 property System::Collections::IList ^ FullTrustAssemblies { System::Collections::IList ^ get(); };
[System.Obsolete]
public System.Collections.IList FullTrustAssemblies { get; }
[System.Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")]
public System.Collections.IList FullTrustAssemblies { get; }
public System.Collections.IList FullTrustAssemblies { get; }
[System.Obsolete("All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.")]
public System.Collections.IList FullTrustAssemblies { get; }
[<System.Obsolete>]
member this.FullTrustAssemblies : System.Collections.IList
[<System.Obsolete("Because all GAC assemblies always get full trust, the full trust list is no longer meaningful. You should install any assemblies that are used in security policy in the GAC to ensure they are trusted.")>]
member this.FullTrustAssemblies : System.Collections.IList
member this.FullTrustAssemblies : System.Collections.IList
[<System.Obsolete("All GACed assemblies are now fully trusted and all permissions now succeed on fully trusted code.")>]
member this.FullTrustAssemblies : System.Collections.IList
Public ReadOnly Property FullTrustAssemblies As IList

Hodnota vlastnosti

IList

Seznam objektů sloužících StrongNameMembershipCondition k určení, zda je sestavení členem skupiny sestavení sloužících k vyhodnocení zásad zabezpečení. Tato sestavení mají při vyhodnocování zásad zabezpečení sestavení, která nejsou v seznamu, udělena úplná důvěryhodnost.

Atributy

Poznámky

FullTrustAssemblies jsou udělena úplná důvěryhodnost při vyhodnocování zásad zabezpečení sestavení, která nejsou v seznamu, ale nejsou automaticky udělena úplná důvěryhodnost při přímém vyhodnocení systémem zásad zabezpečení.

Vlastnost FullTrustAssemblies není podporována ve verzi 2.0 nebo novější rozhraní .NET Framework, protože seznam sestavení úplného vztahu důvěryhodnosti se v těchto verzích nepoužívá.

Platí pro