Class
WebServiceAuthentication

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public class WebServiceAuthentication

Inheritance: objectWebServiceAuthentication

Derived Classes: TwoStepAuthenticationWebServiceBasicAuthentication

Constructors

WebServiceAuthentication()

Declaration

cs-api-definition
public WebServiceAuthentication()

Properties

Password

Password.

Declaration

cs-api-definition
public string Password { get; set; }

Property Value

string

Username

Username.

Declaration

cs-api-definition
public string Username { get; set; }

Property Value

string