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ではサポートされていません。

適用対象