Udostępnij za pośrednictwem


PolicyLevel.FullTrustAssemblies Właściwość

Definicja

Przestroga

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.

Przestroga

Ten interfejs API jest już przestarzały.

Pobiera listę obiektów używanych StrongNameMembershipCondition do określenia, czy zestaw jest członkiem grupy zestawów używanych do oceny zasad zabezpieczeń.

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

Wartość właściwości

Lista obiektów używanych StrongNameMembershipCondition do określania, czy zestaw jest członkiem grupy zestawów używanych do oceny zasad zabezpieczeń. Te zestawy są przyznawane pełne zaufanie podczas oceny zasad zabezpieczeń zestawów, które nie znajdują się na liście.

Atrybuty

Uwagi

FullTrustAssemblies są przyznawane pełne zaufanie podczas oceny zasad zabezpieczeń zestawów, które nie znajdują się na liście, ale nie są automatycznie przyznawane pełne zaufanie podczas bezpośredniego oceniania przez system zasad zabezpieczeń.

Właściwość nie jest obsługiwana FullTrustAssemblies w wersji 2.0 lub nowszej .NET Framework, ponieważ lista zestawów pełnego zaufania nie jest używana w tych wersjach.

Dotyczy