共用方式為


SecurityManager.SavePolicy 方法

定義

警告

此 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.

儲存已修改的安全性原則狀態。

public:
 static void SavePolicy();
[System.Obsolete]
public static void SavePolicy ();
public static void SavePolicy ();
[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 void SavePolicy ();
[<System.Obsolete>]
static member SavePolicy : unit -> unit
static member SavePolicy : unit -> unit
[<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 SavePolicy : unit -> unit
Public Shared Sub SavePolicy ()
屬性

例外狀況

此方法會使用程式代碼存取安全性 (CAS) 原則,.NET Framework 4 已過時。 若要啟用 CAS 原則對舊版 .NET Framework 的相容性,請使用 <legacyCasPolicy> 項目

呼叫此方法的程式碼沒有 ControlPolicy

備註

這個方法會將原則儲存為 、 PolicyHierarchyPolicyLevel和其他類別所公開,這些類別代表安全策略的組態。 除非呼叫此方法,否則不會儲存對原則物件所做的變更,而且不會影響後續的應用程式執行。

適用於