The NetworkCredential type exposes the following members.

Constructors

  NameDescription
Public methodNetworkCredential()()()()
Construct class with empty user name and password
Public methodNetworkCredential(String, String)
Constructs credientials and initializes them by provided user name and pssword
Public methodNetworkCredential(String, String, AuthenticationType)
Initializes a new instance of the NetworkCredential class.

Properties

  NameDescription
Public propertyAuthenticationType
Gets or sets the type of the authentication.
Public propertyPassword
Set or get password.
Public propertyUserName
Set or get user name.

See Also