SecurityManager.SavePolicyLevel(PolicyLevel) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
API ini sudah tidak digunakan lagi.
Perhatian
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.
Menyimpan tingkat kebijakan keamanan yang dimodifikasi yang dimuat dengan 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)
Parameter
- level
- PolicyLevel
Objek tingkat kebijakan yang akan disimpan.
- Atribut
Pengecualian
Kode yang memanggil metode ini tidak memiliki ControlPolicy.
Metode ini menggunakan kebijakan keamanan akses kode (CAS), yang usang di .NET Framework 4. Untuk mengaktifkan kebijakan CAS untuk kompatibilitas dengan versi .NET Framework sebelumnya, gunakan <elemen legacyCasPolicy>.
Keterangan
PolicyLevel akan disimpan ke lokasi yang sama dari mana ia dimuat.