Click or drag to resize
AbstractSessionCreateIdentity Method
Returns a new Identity which is valid but has not been authorized.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public Identity CreateIdentity()

Return Value

Type: Identity
A Identity for a user to use in authorizations and sending requests and subscriptions.
Remarks
Create a handle to represent a user of services. For using services with the specific user's credentials the userhandle should be authorized with the corresponding authorization service.
See Also