Click or drag to resize
Identity Interface
Provides access to the entitlements for a specific user.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public interface Identity

The Identity type exposes the following members.

Properties
  NameDescription
Public propertySeatType
Returns SeatType value of this identity.
Top
Methods
Remarks
An unauthorized Identity is created using CreateIdentity. Once a Identity has been created it can be authorized using SendAuthorizationRequest(). The authorized Identity can then be used in Subscribe() or SendRequest() calls. Once authorized a Identity 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.
See Also