C-DEngine 5.105

NetworkCredential Members

The NetworkCredential type exposes the following members.

Constructors


  Name Description
Public method NetworkCredential(String, String)
Initializes a new instance of the NetworkCredential class with the specified user name and password.
Public method NetworkCredential(String, String, String, array<String>[]()[][])
Initializes a new instance of the NetworkCredential class with the specified user name, password, domain, and roles.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Public property Domain
Gets the name of the user domain associated with the credentials.
Public property Password
Gets the password for the user name associated with the credentials.
Public property Roles
Gets the role names to which the user associated with the credentials belongs.
Public property UserName
Gets the user name associated with the credentials.