Click or drag to resize
UpdateControllerUseDefaultCredentialsOverHttp Property
Gets or sets a value that indicates whether to user the current user's credentials when accessing UpdateLocation, when UpdateLocation is an HTTP URI.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public bool UseDefaultCredentialsOverHttp { get; set; }

Property Value

Type: Boolean
A value that indicates whether to use the current user's credentials when using HTTP to check for and download updates.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks

For security reasons, setting this property to is not recommended when accessing locations on public networks.

Settings this property to will clear UpdateLocationUserName, UpdateLocationPassword and UpdateLocationDomain, and setting any of those properties will reset this property to .

See Also