This property gets or sets authentication information for the request.
[Visual Basic] Public Property HttpCredentials As System.Net.ICredentials
[C#] public System.Net.ICredentials HttpCredentials {get; set;}

Property Value

This value contains the authentication credentials associated with the request. The default is a null reference (Nothing in Visual Basic).

Explanation

The HttpCredentials property gets or sets authentication information for the request. For more information please refer to the .NET Framework ICredentials interface.

See Also

ImageKit.File Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation