AuthUserCreateWithManualOptions Method |
Creates an
AuthUser configured for manual
authorization.
The behavior is undefined when either userId or
ipAddress is null or empty.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.2.1
Syntax public static AuthUser CreateWithManualOptions(
string userId,
string ipAddress
)
Public Shared Function CreateWithManualOptions (
userId As String,
ipAddress As String
) As AuthUser
public:
static AuthUser^ CreateWithManualOptions(
String^ userId,
String^ ipAddress
)
static member CreateWithManualOptions :
userId : string *
ipAddress : string -> AuthUser
Parameters
- userId
- Type: SystemString
- ipAddress
- Type: SystemString
Return Value
Type:
AuthUserSee Also