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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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