Click or drag to resize

HttpBasicIdentity Class

Holds the username and password from an HTTP Basic authentication attempt.
Inheritance Hierarchy
SystemObject
  System.Security.ClaimsClaimsIdentity
    System.Security.PrincipalGenericIdentity
      Sfs2X.WebSocketSharp.NetHttpBasicIdentity

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

The HttpBasicIdentity type exposes the following members.

Properties
  NameDescription
Public propertyPassword
Gets the password from a basic authentication attempt.
Top
See Also