Click or drag to resize
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.15.0.1
Syntax
public static AuthUser CreateWithManualOptions(
	string userId,
	string ipAddress
)

Parameters

userId
Type: SystemString
ipAddress
Type: SystemString

Return Value

Type: AuthUser
See Also