System::Net::NetworkCredential::NetworkCredential constructor
NetworkCredential::NetworkCredential() constructor
Crea una nuova istanza.
System::Net::NetworkCredential::NetworkCredential()
Vedi anche
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Font for C++
NetworkCredential::NetworkCredential(String, String) constructor
Crea una nuova istanza.
System::Net::NetworkCredential::NetworkCredential(String userName, String password)
| Parametro | Tipo | Descrizione |
|---|---|---|
| userName | Stringa | Il nome utente. |
| password | Stringa | La password. |
Vedi anche
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Font for C++
NetworkCredential::NetworkCredential(String, String, String) constructor
Crea una nuova istanza.
System::Net::NetworkCredential::NetworkCredential(String userName, String password, String domain)
| Parametro | Tipo | Descrizione |
|---|---|---|
| userName | Stringa | Il nome utente. |
| password | Stringa | La password. |
| dominio | Stringa | Il dominio che verifica le credenziali. |
Vedi anche
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Font for C++