Share via


PolicyLevel.FullTrustAssemblies 屬性

定義

警告

此 API 現已淘汰。

警告

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.

取得 StrongNameMembershipCondition 物件的清單,用來決定組件是否屬於用來評估安全性原則的組件群組成員之一。

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>]
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
Public ReadOnly Property FullTrustAssemblies As IList

屬性值

StrongNameMembershipCondition 物件的清單,用來決定組件是否屬於用來評估安全性原則的組件群組成員之一。 在組件的評估安全性原則期間已完全受信任的組件並未包含在清單中。

屬性

備註

FullTrustAssemblies 在安全性策略評估期間授與完全信任,但不會在安全策略系統直接評估時自動授與完全信任。

FullTrustAssemblies 2.0 版或更新版本的 .NET Framework 不支援 屬性,因為這些版本未使用完整信任元件清單。

適用於