Click or drag to resize
AuthUser Class
Contains user-specific authorization options.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiAuthUser

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax
public class AuthUser

The AuthUser type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateWithActiveDirectoryProperty
Creates an AuthUser configured for Active Directory authorization mode (DIRECTORY_SERVICE).

The behavior is undefined when propertyName is null or empty.

Public methodStatic memberCreateWithLogonName
Creates an AuthUser configured for Operating System Login (Domain\User) authorization mode (OS_LOGON).
Public methodStatic memberCreateWithManualOptions
Creates an AuthUser configured for manual authorization.

The behavior is undefined when either userId or ipAddress is null or empty.

Top
See Also