System::Net::NetworkCredential::NetworkCredential constructor
NetworkCredential::NetworkCredential() constructor
Constructs a new instance.
System::Net::NetworkCredential::NetworkCredential()
See Also
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Font for C++
NetworkCredential::NetworkCredential(String, String) constructor
Constructs a new instance.
System::Net::NetworkCredential::NetworkCredential(String userName, String password)
Parameter | Type | Description |
---|---|---|
userName | String | The username. |
password | String | The password. |
See Also
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Font for C++
NetworkCredential::NetworkCredential(String, String, String) constructor
Constructs a new instance.
System::Net::NetworkCredential::NetworkCredential(String userName, String password, String domain)
Parameter | Type | Description |
---|---|---|
userName | String | The username. |
password | String | The password. |
domain | String | The domain that verifies the credentials. |
See Also
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Font for C++