Sdílet prostřednictvím


SecurityManager.SavePolicyLevel(PolicyLevel) Metoda

Definice

Upozornění

Toto rozhraní API je teď zastaralé.

Upozornění

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.

Uloží upravenou úroveň zásad zabezpečení načtenou se službou LoadPolicyLevelFromFile(String, PolicyLevelType).

public:
 static void SavePolicyLevel(System::Security::Policy::PolicyLevel ^ level);
[System.Obsolete]
public static void SavePolicyLevel (System.Security.Policy.PolicyLevel level);
public static void SavePolicyLevel (System.Security.Policy.PolicyLevel level);
[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 SavePolicyLevel (System.Security.Policy.PolicyLevel level);
[<System.Obsolete>]
static member SavePolicyLevel : System.Security.Policy.PolicyLevel -> unit
static member SavePolicyLevel : System.Security.Policy.PolicyLevel -> 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 SavePolicyLevel : System.Security.Policy.PolicyLevel -> unit
Public Shared Sub SavePolicyLevel (level As PolicyLevel)

Parametry

level
PolicyLevel

Objekt na úrovni zásad, který se má uložit.

Atributy

Výjimky

Kód, který volá tuto metodu, nemá ControlPolicy.

Tato metoda používá zásadu zabezpečení přístupu kódu (CAS), která je v rozhraní .NET Framework 4 zastaralá. Chcete-li povolit zásady CAS pro kompatibilitu se staršími verzemi rozhraní .NET Framework, použijte <element legacyCasPolicy>.

Poznámky

Soubor PolicyLevel se uloží do stejného umístění, ze kterého se načetl.

Platí pro