UserCredentialsUseDefaultCredentials Property

This is used to set or get the flag indicating whether or not to use default credentials

Definition

Namespace: SandcastleBuilder.Utils.BuildComponent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool UseDefaultCredentials { get; set; }

Property Value

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

See Also