Provides access to the entitlements for a specific user.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Deprecated as of 3.3.0, use Identity")] public interface UserHandle : Identity
<ObsoleteAttribute("Deprecated as of 3.3.0, use Identity")> Public Interface UserHandle Inherits Identity
[ObsoleteAttribute(L"Deprecated as of 3.3.0, use Identity")] public interface class UserHandle : Identity
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
HasEntitlements(array<Int32>[]()[][], Service) |
Returns true if the user has the specified entitlements for the specified
Service.
(Inherited from Identity.) | |
HasEntitlements(array<Int32>[]()[][], Service, List<(Of <<'(Int32>)>>)) |
Returns true if the user has the specified entitlements for the specified
Service.
(Inherited from Identity.) | |
HasEntitlements(Element, Service) |
Returns true if the user has the specified entitlements for the specified
Service.
(Inherited from Identity.) | |
HasEntitlements(Element, Service, List<(Of <<'(Int32>)>>)) |
Returns true if the user has the specified entitlements for the specified
Service.
(Inherited from Identity.) | |
IsAuthorized(Service) |
Returns true if the user handle is authorized for the specified Service.
(Inherited from Identity.) | |
SeatType |
Returns SeatType value of this identity.
(Inherited from Identity.) |
Remarks
An unauthorized UserHandle is created using
CreateUserHandle()()()(). Once a UserHandle has been created it
can be authorized using
SendAuthorizationRequest().
The authorized UserHandle can then be used in
Subscribe() or
SendRequest()
calls. Once authorized a UserHandle has access to the
entitlements of the user which it was validated for and can then be queried
to see if a user is entitled to receive data.
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1