The NetNetworkCredential class is a base class that supports credentials for password based authentication schemes, such as basic, digest, NTLM and Kerberos.
The class does not support open key based authentication methods, such as the client SSL-authentication (SSL — Secure Sockets Layer).
NOTE. This class is identical to the NetworkCredential class, which description can be found in the specialized literature (MSDN).
Constructor name | Brief description | |
Create | The Create constructor 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 a user password. | ||
The UserName property determines a user name. |
Method name | Brief description | |
The CreateWithUserPassword method determines the user credentials for connection to server. |
See also: