| 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
SyntaxIdentity GetAuthorizedIdentity(
CorrelationID cid = null
)
Function GetAuthorizedIdentity (
Optional cid As CorrelationID = Nothing
) As Identity
Identity^ GetAuthorizedIdentity(
CorrelationID^ cid = nullptr
)
abstract GetAuthorizedIdentity :
?cid : CorrelationID
(* Defaults:
let _cid = defaultArg cid null
*)
-> Identity
Parameters
- cid (Optional)
- Type: Bloomberglp.BlpapiCorrelationID
Return Value
Type:
Identity
See Also