User CredentialsUse Default Credentials Property
This is used to set or get the flag indicating whether or not to use default credentials
Definition
Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
By default, this is true and UserName and Password will be ignored
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool UseDefaultCredentials { get; set; }VB
Public Property UseDefaultCredentials As Boolean
Get
SetC++
public:
property bool UseDefaultCredentials {
bool get ();
void set (bool value);
}F#
member UseDefaultCredentials : bool with get, setProperty Value
BooleanBy default, this is true and UserName and Password will be ignored