Aracılığıyla paylaş


SecurityManager.LoadPolicyLevelFromFile(String, PolicyLevelType) Yöntem

Tanım

Dikkat

Bu API artık kullanım dışıdır.

Dikkat

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.

Belirtilen dosyadan bir PolicyLevel yükler.

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

Parametreler

path
String

Güvenlik ilkesi bilgilerini içeren dosyanın fiziksel dosya yolu.

type
PolicyLevelType

Yüklenecek ilke düzeyinin türünü belirten numaralandırma değerlerinden biri.

Döndürülenler

Yüklenen ilke düzeyi.

Öznitelikler

Özel durumlar

path parametresidirnull.

parametresi tarafından path belirtilen dosya yok.

Bu yöntemi çağıran kodda yok ControlPolicy.

-veya-

Bu yöntemi çağıran kodda yok Read.

-veya-

Bu yöntemi çağıran kodda yok Write.

-veya-

Bu yöntemi çağıran kodda yok PathDiscovery.

Bu yöntem, .NET Framework 4'te kullanılmayan kod erişim güvenliği (CAS) ilkesini kullanır. CAS ilkesini .NET Framework önceki sürümleriyle uyumluluk amacıyla etkinleştirmek için legacyCasPolicy> öğesini kullanın<.

Şunlara uygulanır