Share via


AuthenticationClientData Class

Represents the authentication client data.

Inheritance Hierarchy

System.Object
  Microsoft.Web.WebPages.OAuth.AuthenticationClientData

Namespace:  Microsoft.Web.WebPages.OAuth
Assembly:  Microsoft.Web.WebPages.OAuth (in Microsoft.Web.WebPages.OAuth.dll)

Syntax

'Declaration
Public Class AuthenticationClientData
'Usage
Dim instance As AuthenticationClientData
public class AuthenticationClientData
public ref class AuthenticationClientData
type AuthenticationClientData =  class end
public class AuthenticationClientData

The AuthenticationClientData type exposes the following members.

Constructors

  Name Description
Public method AuthenticationClientData Initializes a new instance of the AuthenticationClientData class.

Top

Properties

  Name Description
Public property AuthenticationClient Gets the authentication client.
Public property DisplayName Gets or sets the display name of the data.
Public property ExtraData Gets additional data of the object.

Top

Methods

  Name Description
Public method Equals (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.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.WebPages.OAuth Namespace