Property | Type | Description |
---|
Method | Description | |
---|---|---|
AuthenticationRequest ( string userName, string password ) : System |
Creates a new wire-ready authentication request viable for most authentication frameworks/specs.
|
Method | Description | |
---|---|---|
AuthenticationRequest ( ) : System |
Protected serialization ctor.
|
public AuthenticationRequest ( string userName, string password ) : System | ||
userName | string | The username credential to use. |
password | string | The password credential to use. |
return | System |