Click or drag to resize
AuthUser Methods

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