The NetNetworkCredential class is a basic class, that has the credentials support for the password based authentication schemes, such as Basic, Digest, NTLM and Kerberos.
The class does not support the open key based authentication methods, such as the client SSL-authentication (SSL — Secure Sockets Layer).
NOTE. The class is analogous to the NetworkCredential class, the description of which can be found in the (MSDN) specialized literature.
| Constructor name | Brief description | |
| Create | The Create designer creates an object for credentials support in the password based authentication schemes, such as the Basic, Digest, NTLM and Kerberos. |
| Property name | Brief description | |
| The Domain property determines the name of the domain that checks the credentials. | ||
| The Password property determines user password. | ||
| The UserName property determines the user name. |
| Method name | Brief description | |
| The CreateWithUserPassword method determines the user credentials for connection to server. |
See also: