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.24.8.1
Syntax
Identity GetAuthorizedIdentity(
	CorrelationID cid = null
)

Parameters

cid (Optional)
Type: Bloomberglp.BlpapiCorrelationID

Return Value

Type: Identity
See Also