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 | |
---|---|---|
AuthenticationClientData | Initializes a new instance of the AuthenticationClientData class. |
Top
Properties
Name | Description | |
---|---|---|
AuthenticationClient | Gets the authentication client. | |
DisplayName | Gets or sets the display name of the data. | |
ExtraData | Gets additional data of the object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.