อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


SecurityManager.GetZoneAndOrigin(ArrayList, ArrayList) Method

Definition

Gets the granted zone identity and URL identity permission sets for the current assembly.

C#
public static void GetZoneAndOrigin(out System.Collections.ArrayList zone, out System.Collections.ArrayList origin);
C#
[System.Security.SecurityCritical]
public static void GetZoneAndOrigin(out System.Collections.ArrayList zone, out System.Collections.ArrayList origin);

Parameters

zone
ArrayList

An output parameter that contains an ArrayList of granted Zone objects.

origin
ArrayList

An output parameter that contains an ArrayList of granted UrlIdentityPermission objects.

Attributes

Exceptions

Remarks

The recommended alternative to this method is to use the URL and Zone evidence for the executing assembly to call ResolvePolicy for each evidence type. The permission sets returned from the ResolvePolicy calls identify the permissions granted to the executing assembly based on its zone and URL of origin.

หมายเหตุ

This member makes a link demand for the ECMA public key, which is not a valid cryptographic key but a pseudo key. Within the .NET Framework the link demand for the ECMA pseudo key is automatically converted to a link demand for the Microsoft public key. The security exception is based on the Microsoft public key, not the ECMA pseudo key.

Applies to

ผลิตภัณฑ์ เวอร์ชัน
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10