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