Click or drag to resize

Credential Properties

The Credential type exposes the following members.

Properties
  NameDescription
Public propertyDomain
Gets or sets the domain or computer name that verifies the credentials.
(Inherited from NetworkCredential.)
Public propertyPassword
Gets or sets the password for the user name associated with the credentials.
(Inherited from NetworkCredential.)
Public propertySecurePassword
Gets or sets the password as a SecureString instance.
(Inherited from NetworkCredential.)
Public propertyUserName
Gets or sets the user name associated with the credentials.
(Inherited from NetworkCredential.)
Top
See Also