PnrpPermission.IsUnrestricted 方法
定义
返回一个值,指定当前的 PnrpPermission 是否不受限制。Returns a value specifying whether the current PnrpPermission is unrestricted.
public:
virtual bool IsUnrestricted();
public bool IsUnrestricted ();
abstract member IsUnrestricted : unit -> bool
override this.IsUnrestricted : unit -> bool
Public Function IsUnrestricted () As Boolean
返回
如果当前权限不受限制,则为 true;否则为 false。true if the current permission is unrestricted; otherwise, false.
实现
注解
无限制的权限表示对受权限保护的任何资源和所有资源的访问权限。An unrestricted permission represents access to any and all resources protected by the permission.