User Credentials(Boolean, String, String) Constructor
Constructor
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public UserCredentials(
bool useDefault,
string userName,
string password
)VB
Public Sub New (
useDefault As Boolean,
userName As String,
password As String
)C++
public:
UserCredentials(
bool useDefault,
String^ userName,
String^ password
)F#
new :
useDefault : bool *
userName : string *
password : string -> UserCredentials