ResourcesPopulatingEventArgsCredentials Property |
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ICredentials Credentials { get; set; }
Public Property Credentials As ICredentials
Get
Set
public:
property ICredentials^ Credentials {
ICredentials^ get ();
void set (ICredentials^ value);
}
member Credentials : ICredentials with 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