RegistryPermission.IsUnrestricted Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur qui indique si l’autorisation actuelle est illimitée.
public:
virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean
Retours
true
si l’autorisation actuelle est illimitée ; sinon, false
.
Implémente
Remarques
Une autorisation illimitée représente l’accès à toutes les ressources protégées par l’autorisation.