Click or drag to resize
AuthUserCreateWithActiveDirectoryProperty Method
Creates an AuthUser configured for Active Directory authorization mode (DIRECTORY_SERVICE).

The behavior is undefined when propertyName is null or empty.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax
public static AuthUser CreateWithActiveDirectoryProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString

Return Value

Type: AuthUser
See Also