The NetworkCredential type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NetworkCredential()()()() |
Construct class with empty user name and password
| |
| NetworkCredential(String, String) |
Constructs credientials and initializes them by provided user name and pssword
| |
| NetworkCredential(String, String, AuthenticationType) |
Initializes a new instance of the NetworkCredential class.
|
Properties
| Name | Description | |
|---|---|---|
| AuthenticationType |
Gets or sets the type of the authentication.
| |
| Password |
Set or get password.
| |
| UserName |
Set or get user name.
|