AuthenticationClientManager Class
.NET Framework 4.5
Inheritance Hierarchy
System.Object
Microsoft.AspNet.Membership.OpenAuth.AuthenticationClientManager
Namespace: Microsoft.AspNet.Membership.OpenAuth
Assembly: Microsoft.AspNet.Membership.OpenAuth (in Microsoft.AspNet.Membership.OpenAuth.dll)
Syntax
'Declaration
Public Class AuthenticationClientManager
'Usage
Dim instance As AuthenticationClientManager
public class AuthenticationClientManager
public ref class AuthenticationClientManager
type AuthenticationClientManager = class end
public class AuthenticationClientManager
The AuthenticationClientManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AuthenticationClientManager | Initializes a new instance of the AuthenticationClientManager class. |
Top
Methods
Name | Description | |
---|---|---|
Add(String, Func<IAuthenticationClient>) | ||
Add(String, Func<IAuthenticationClient>, IDictionary<String, String>) | ||
Add(String, Func<IAuthenticationClient>, Object) | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAll | ||
GetByProviderName | ||
GetDisplayName | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TryGetByProviderName |
Top
Extension Methods
Name | Description | |
---|---|---|
AddFacebook(String, String) | Overloaded. (Defined by AuthenticationClientManagerExtensions.) | |
AddFacebook(String, String, Object) | Overloaded. (Defined by AuthenticationClientManagerExtensions.) | |
AddGoogle() | Overloaded. (Defined by AuthenticationClientManagerExtensions.) | |
AddGoogle(Object) | Overloaded. (Defined by AuthenticationClientManagerExtensions.) | |
AddMicrosoft(String, String) | Overloaded. (Defined by AuthenticationClientManagerExtensions.) | |
AddMicrosoft(String, String, Object) | Overloaded. (Defined by AuthenticationClientManagerExtensions.) | |
AddTwitter(String, String) | Overloaded. (Defined by AuthenticationClientManagerExtensions.) | |
AddTwitter(String, String, Object) | Overloaded. (Defined by AuthenticationClientManagerExtensions.) |
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.