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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
Identity GetAuthorizedIdentity(
	CorrelationID cid = null
)

Parameters

cid (Optional)
Type: Bloomberglp.BlpapiCorrelationID

Return Value

Type: Identity
See Also