Click or drag to resize

NetworkCredential Class

Provides the credentials for the password-based authentication.
Inheritance Hierarchy
SystemObject
  Sfs2X.WebSocketSharp.NetNetworkCredential

Namespace:  Sfs2X.WebSocketSharp.Net
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public class NetworkCredential

The NetworkCredential type exposes the following members.

Constructors
  NameDescription
Public methodNetworkCredential(String, String)
Initializes a new instance of the NetworkCredential class with the specified username and password.
Public methodNetworkCredential(String, String, String, String)
Initializes a new instance of the NetworkCredential class with the specified username, password, domain and roles.
Top
Properties
  NameDescription
Public propertyDomain
Gets the domain associated with the credentials.
Public propertyPassword
Gets the password for the username associated with the credentials.
Public propertyRoles
Gets the roles associated with the credentials.
Public propertyUsername
Gets the username associated with the credentials.
Top
See Also