Share via


PolicyLevel.FullTrustAssemblies Vlastnost

Definice

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í

Toto rozhraní API je teď zastaralé.

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

public:
 property System::Collections::IList ^ FullTrustAssemblies { System::Collections::IList ^ 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]
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.")>]
member this.FullTrustAssemblies : System.Collections.IList
member this.FullTrustAssemblies : System.Collections.IList
[<System.Obsolete>]
member this.FullTrustAssemblies : System.Collections.IList
Public ReadOnly Property FullTrustAssemblies As IList

Hodnota vlastnosti

Seznam StrongNameMembershipCondition objektů používaných k určení, zda je sestavení členem skupiny sestavení používaných k vyhodnocení zásad zabezpečení. Při vyhodnocování zásad zabezpečení sestavení, která nejsou v seznamu, je těmto sestavením udělena úplná důvěryhodnost.

Atributy

Poznámky

FullTrustAssemblies mají při vyhodnocování zásad zabezpečení sestavení, která nejsou v seznamu, udělena úplná důvěryhodnost, 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í s úplným vztahem důvěryhodnosti se v těchto verzích nepoužívá.

Platí pro