Click or drag to resize
UserHandle Methods

The UserHandle type exposes the following members.

Methods
  NameDescription
Public methodHasEntitlements(Int32, Service)
Returns true if this Identity is authorized for the specified Service and for each of the entitlement IDs contained in the specified entitlements.
(Inherited from Identity.)
Public methodHasEntitlements(Element, Service)
Returns true if this Identity is authorized for the specified Service and for the specified entitlements.
(Inherited from Identity.)
Public methodHasEntitlements(Int32, Service, ListInt32)
Returns true if this Identity is authorized for the specified Service and for each of the entitlement IDs contained in the specified entitlements.
(Inherited from Identity.)
Public methodHasEntitlements(Element, Service, ListInt32)
Returns true if this Identity is authorized for the specified Service and for the specified entitlements.
(Inherited from Identity.)
Public methodIsAuthorized
Returns true if the user handle is authorized for the specified Service.
(Inherited from Identity.)
Top
See Also