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.24.4.1
Syntax public Identity CreateIdentity()
Public Function CreateIdentity As Identity
public:
virtual Identity^ CreateIdentity() sealed
abstract CreateIdentity : unit -> Identity
override CreateIdentity : unit -> Identity
Return Value
Type:
IdentityA
Identity for a user to use in authorizations and sending
requests and subscriptions.
Implements
IAbstractSessionCreateIdentityRemarks 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