Click or drag to resize
AuthOptions Class
Defines the authorization options which the user can set on SessionOptions as the authorization options for the session identity or use to authorize other identities.
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiAuthOptions

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax
public class AuthOptions
Constructors
  NameDescription
Public methodAuthOptions
Creates an AuthOptions to specify no authorization should be used.
Public methodAuthOptions(AuthApplication)
Creates an AuthOptions object for Application Mode.

The behavior is undefined when application is null.

Public methodAuthOptions(AuthToken)
Creates an AuthOptions object for Manual Token Mode.

The behavior is undefined when token is null.

Public methodAuthOptions(AuthUser)
Creates an AuthOptions object for User Mode with the Operating System Login(Domain\User), Active Directory, or Email.

The behavior is undefined when user is null or created with CreateWithManualOptions(String, String).

Public methodAuthOptions(AuthUser, AuthApplication)
Creates an AuthOptions object for User and Application Mode.

The behavior is undefined when either user or application is null.

Top
See Also