SecurityManager.LoadPolicyLevelFromFile(String, PolicyLevelType) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Ten interfejs API jest już przestarzały.
Przestroga
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.
Ładuje element PolicyLevel z określonego pliku.
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
Parametry
- path
- String
Ścieżka pliku fizycznego do pliku zawierającego informacje o zasadach zabezpieczeń.
- type
- PolicyLevelType
Jedna z wartości wyliczenia, która określa typ poziomu zasad do załadowania.
Zwraca
Załadowany poziom zasad.
- Atrybuty
Wyjątki
Parametr path
to null
.
Plik wskazany przez path
parametr nie istnieje.
Kod, który wywołuje tę metodę, nie ma ControlPolicyelementu .
-lub-
Kod, który wywołuje tę metodę, nie ma Readelementu .
-lub-
Kod, który wywołuje tę metodę, nie ma Writeelementu .
-lub-
Kod, który wywołuje tę metodę, nie ma PathDiscoveryelementu .
Ta metoda używa zasad zabezpieczeń dostępu do kodu (CAS), które są przestarzałe w .NET Framework 4. Aby włączyć zasady cas pod kątem zgodności z wcześniejszymi wersjami .NET Framework, użyj starszego< elementuCasPolicy>.