UserCredentials(Boolean, String, String) Constructor

Constructor

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public UserCredentials(
	bool useDefault,
	string userName,
	string password
)

Parameters

useDefault  Boolean
True to use default credentials, false to use the supplied user name and password.
userName  String
The user name to use.
password  String
The password to use.

See Also