PolicyLevel.FullTrustAssemblies プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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.
注意事項
この API は非推奨になりました。
アセンブリがセキュリティ ポリシーの評価に使用されるアセンブリのグループのメンバーかどうかを判断するために使用する StrongNameMembershipCondition オブジェクトのリストを取得します。
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
プロパティ値
アセンブリがセキュリティ ポリシーの評価に使用されるアセンブリのグループのメンバーかどうかを判断するために使用する、StrongNameMembershipCondition オブジェクトのリスト。 これらのアセンブリには、リスト内に存在しないアセンブリのセキュリティ ポリシーの評価中に完全信頼が与えられます。
- 属性
注釈
FullTrustAssemblies は、一覧にないアセンブリのセキュリティ ポリシー評価中に完全信頼が付与されますが、セキュリティ ポリシー システムによって直接評価された場合、完全な信頼は自動的には付与されません。
FullTrustAssemblies完全信頼アセンブリの一覧は、これらのバージョンでは使用されないため、.NET Frameworkのバージョン 2.0 以降では、 プロパティはサポートされていません。
適用対象
.NET