Class LogonUserRequest
Inheritance
System.Object
LogonUserRequest
Assembly: BoldReports.Web.dll
Syntax
public class LogonUserRequest : Object
Constructors
LogonUserRequest()
Declaration
public LogonUserRequest()
Declaration
public LogonUserRequest(TrustedUserHeader TrustedUserHeader, string userName, string password, string authority)
Parameters
| Type |
Name |
Description |
| TrustedUserHeader |
TrustedUserHeader |
|
| System.String |
userName |
|
| System.String |
password |
|
| System.String |
authority |
|
Fields
authority
Declaration
Field Value
| Type |
Description |
| System.String |
|
password
Declaration
Field Value
| Type |
Description |
| System.String |
|
Declaration
public TrustedUserHeader TrustedUserHeader
Field Value
userName
Declaration
Field Value
| Type |
Description |
| System.String |
|