SecurityManager.LoadPolicyLevelFromString(String, PolicyLevelType) Méthode

Définition

Attention

Cette API est à présent déconseillée.

Attention

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.

Charge PolicyLevel à partir de la chaîne spécifiée.

[System.Obsolete]
public static System.Security.Policy.PolicyLevel LoadPolicyLevelFromString (string str, System.Security.PolicyLevelType type);
public static System.Security.Policy.PolicyLevel LoadPolicyLevelFromString (string str, 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 LoadPolicyLevelFromString (string str, System.Security.PolicyLevelType type);

Paramètres

str
String

Représentation XML d'un niveau de stratégie de sécurité dans le même format que celui dans lequel il apparaît dans un fichier de configuration.

type
PolicyLevelType

Une des valeurs d’énumération qui spécifie le type du niveau de stratégie à charger.

Retours

Le niveau de stratégie chargé.

Attributs

Exceptions

Le paramètre str a la valeur null.

Le paramètre str n'est pas valide.

Le code qui appelle cette méthode ne dispose pas de ControlPolicy.

S’applique à

Produit Versions (Obsolète)
.NET (8 (package-provided), 9 (package-provided))
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided) (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)