SecurityPermission.IsUnrestricted Método
Definição
Retorna um valor que indica se a permissão atual é irrestrita.Returns a value indicating whether the current permission is unrestricted.
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
Retornos
true se a permissão for irrestrita; caso contrário, false.true if the current permission is unrestricted; otherwise, false.
Implementações
Comentários
Uma permissão irrestrita representa o acesso a qualquer e a todos os recursos protegidos pela permissão.An unrestricted permission represents access to any and all resources protected by the permission.