System.Net.NetworkCredential: Property Members

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

Public Properties

Domainstring.

Gets or sets the domain or computer name that verifies the credentials.

Passwordstring.

Gets or sets the password for the user name associated with the credentials.

SecurePasswordSystem.Security.SecureString.

Gets or sets the password as a System.Security.SecureString instance.

UserNamestring.

Gets or sets the user name associated with the credentials.