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.20.3.1
Syntax Identity CreateIdentity()
Function CreateIdentity As Identity
Identity^ CreateIdentity()
abstract CreateIdentity : unit -> Identity
Return Value
Type:
Identity
An
Identity for a user to use in authorizations and
sending requests and subscriptions.
See Also