NetworkCredential Constructor
.NET Framework (current version)
Initializes a new instance of the NetworkCredential class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | NetworkCredential() | Initializes a new instance of the NetworkCredential class. |
![]() | NetworkCredential(String^, SecureString^) | Initializes a new instance of the NetworkCredential class with the specified user name and password. |
![]() | NetworkCredential(String^, SecureString^, String^) | Initializes a new instance of the NetworkCredential class with the specified user name, password, and domain. |
![]() | NetworkCredential(String^, String^) | Initializes a new instance of the NetworkCredential class with the specified user name and password. |
![]() | NetworkCredential(String^, String^, String^) | Initializes a new instance of the NetworkCredential class with the specified user name, password, and domain. |
Show:
