Click or drag to resize
AbstractSessionGetAuthorizedIdentity Method
Gets the authorized Identity associated with the specified cid.

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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax
public Identity GetAuthorizedIdentity(
	CorrelationID cid = null
)

Parameters

cid (Optional)
Type: Bloomberglp.BlpapiCorrelationID

Return Value

Type: Identity

Implements

IAbstractSessionGetAuthorizedIdentity(CorrelationID)
Exceptions
ExceptionCondition
InvalidOperationException Thrown if there is no identity mapped to cid or the mapped identity is not authorized, or cid is omitted and the session identity is not authorized.
See Also