| UserCredentials Constructor (Boolean, String, String) |
Constructor
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2014.11.22.0
Syntax public UserCredentials(
bool useDefault,
string user,
string pwd
)
Public Sub New (
useDefault As Boolean,
user As String,
pwd As String
)
public:
UserCredentials(
bool useDefault,
String^ user,
String^ pwd
)
new :
useDefault : bool *
user : string *
pwd : string -> UserCredentials
Parameters
- useDefault
- Type: SystemBoolean
True to use default credentials, false to use the supplied user name and
password. - user
- Type: SystemString
The user name to use. - pwd
- Type: SystemString
The password to use.
See Also