The INetNetworkCredential interface provides credentials for the password-based authentication schemes, such as Basic, Digest, NTLM and Kerberos.
NOTE. The interface is analogous to the NetworkCredential interface, the description of which can be found in the (MSDN) specialized literature.
| 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: