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 以降ではサポートされていません。完全信頼アセンブリの一覧はこれらのバージョンでは使用されないためです。