UserCredentialsUseDefaultCredentials 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: 2025.9.30.0
public bool UseDefaultCredentials { get; set; }

Property Value

Boolean
By default, this is true and UserName and Password will be ignored

See Also