SecurityManager.LoadPolicyLevelFromFile(String, PolicyLevelType) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
この API は非推奨になりました。
注意事項
This method is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.
指定されたファイルから PolicyLevel を読み込みます。
public:
static System::Security::Policy::PolicyLevel ^ LoadPolicyLevelFromFile(System::String ^ path, System::Security::PolicyLevelType type);
[System.Obsolete]
public static System.Security.Policy.PolicyLevel LoadPolicyLevelFromFile (string path, System.Security.PolicyLevelType type);
public static System.Security.Policy.PolicyLevel LoadPolicyLevelFromFile (string path, System.Security.PolicyLevelType type);
[System.Obsolete("This method is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")]
public static System.Security.Policy.PolicyLevel LoadPolicyLevelFromFile (string path, System.Security.PolicyLevelType type);
[<System.Obsolete>]
static member LoadPolicyLevelFromFile : string * System.Security.PolicyLevelType -> System.Security.Policy.PolicyLevel
static member LoadPolicyLevelFromFile : string * System.Security.PolicyLevelType -> System.Security.Policy.PolicyLevel
[<System.Obsolete("This method is obsolete and will be removed in a future release of the .NET Framework. See http://go.microsoft.com/fwlink/?LinkID=155570 for more information.")>]
static member LoadPolicyLevelFromFile : string * System.Security.PolicyLevelType -> System.Security.Policy.PolicyLevel
Public Shared Function LoadPolicyLevelFromFile (path As String, type As PolicyLevelType) As PolicyLevel
パラメーター
- path
- String
セキュリティ ポリシー情報を含むファイルへの物理ファイル パス。
- type
- PolicyLevelType
読み込まれるポリシー レベルの種類を指定する列挙値の 1 つ。
戻り値
読み込まれたポリシー レベル。
- 属性
例外
path
パラメーターが null
です。
path
パラメーターが指定したファイルは存在しません。
このメソッドを呼び出すコードには ControlPolicy がありません。
- または -
このメソッドを呼び出すコードには Read がありません。
- または -
このメソッドを呼び出すコードには Write がありません。
- または -
このメソッドを呼び出すコードには PathDiscovery がありません。
このメソッドでは、コード アクセス セキュリティ (CAS) ポリシーが使用されます。これは、.NET Framework 4 では使用されていません。 .NET Framework の旧バージョンとの互換性のために CAS ポリシーを有効にするには、<legacyCasPolicy> 要素を使用します。
適用対象
.NET