WebPermission.IsUnrestricted Método
Definição
Verifica o estado geral das permissões de WebPermission.Checks the overall permission state of the WebPermission.
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 o WebPermission foi criado com o UnrestrictedPermissionState; caso contrário, false.true if the WebPermission was created with the UnrestrictedPermissionState; otherwise, false.
Implementações
Comentários
Se WebPermission for Unrestricted , a classe de destino poderá usar todos os URIs.If WebPermission is Unrestricted, then the target class can use all URIs. Caso contrário, deve ser fornecida permissão específica para qualquer URI que você deseja usar com a classe de destino.Otherwise, specific permission must be given for any URI you want to use with the target class.
Observação
Use AddPermission para adicionar um URI e especificar suas permissões.Use AddPermission to add a URI and specify its permissions.