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

Create a handle to represent a user of services. For using services with the specific user's credentials the identity should be authorized with the corresponding authorization service.

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

Return Value

Type: Identity
An Identity for a user to use in authorizations and sending requests and subscriptions.
See Also