SecurityAttribute.Unrestricted Propriété

Définition

Obtient ou définit une valeur indiquant si l'autorisation complète (sans restriction) d'accès à la ressource protégée par l'attribut est déclarée.

public:
 property bool Unrestricted { bool get(); void set(bool value); };
public bool Unrestricted { get; set; }
member this.Unrestricted : bool with get, set
Public Property Unrestricted As Boolean

Valeur de propriété

true si l'autorisation complète à la ressource protégée est déclarée ; sinon, false.

Remarques

Cette propriété est héritée par toutes les classes implémentant des attributs personnalisés pour la sécurité déclarative.

S’applique à