Click or drag to resize
IAbstractSessionGetAuthorizedIdentity Method
Gets an authorized Identity. A CorrelationID that maps to an authorized Identity.

If cid is omitted and the session identity is authorized, the function will return the session identity.

An authorized identity must be mapped to cid. If cid is omitted the session identity must have been authorized.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntax
Identity GetAuthorizedIdentity(
	CorrelationID cid = null
)

Parameters

cid (Optional)
Type: Bloomberglp.BlpapiCorrelationID

Return Value

Type: Identity
See Also