Click or drag to resize
ResourcesPopulatingEventArgsCredentials Property
Gets or sets the network credentials that are sent to the host and used to authenticate the request.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public ICredentials Credentials { get; set; }

Property Value

Type: ICredentials
An ICredentials containing the authentication credentials for the request. The default is a null reference (Nothing in Visual Basic).
Remarks
Typically, you would set this property to the credentials of the client on whose behalf the request is made.
See Also