RequestMessageCredentials Property
Gets or sets authentication information for the request.

Namespace: Aspose.Html.Net
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ICredentials Credentials { get; set; }

Property Value

Type: ICredentials
An System.Net.ICredentials that contains the authentication credentials associated with the request. The default is null.
See Also