The properties of System.Net.NetworkCredential are listed below. For a list of all members, see the NetworkCredential Members list.
See Also: Inherited members from System.Object
Domain | string.
Gets or sets the domain or computer name that verifies the credentials. | |
Password | string.
Gets or sets the password for the user name associated with the credentials. | |
SecurePassword | System.Security.SecureString.
Gets or sets the password as a System.Security.SecureString instance. | |
UserName | string.
Gets or sets the user name associated with the credentials. |