UserCredentials(Boolean, String, String) Constructor
Constructor
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.12.21.0
public UserCredentials(
bool useDefault,
string userName,
string password
)
Public Sub New (
useDefault As Boolean,
userName As String,
password As String
)
public:
UserCredentials(
bool useDefault,
String^ userName,
String^ password
)
new :
useDefault : bool *
userName : string *
password : string -> UserCredentials
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.