AuthenticationClientManagerExtensions Class

.NET Framework 4

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.Membership.OpenAuth.AuthenticationClientManagerExtensions

Namespace:  Microsoft.AspNet.Membership.OpenAuth
Assembly:  Microsoft.AspNet.Membership.OpenAuth (in Microsoft.AspNet.Membership.OpenAuth.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class AuthenticationClientManagerExtensions
'Usage
public static class AuthenticationClientManagerExtensions
[ExtensionAttribute]
public ref class AuthenticationClientManagerExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AuthenticationClientManagerExtensions =  class end
public final class AuthenticationClientManagerExtensions

Methods

  Name Description
Public methodStatic member AddFacebook(AuthenticationClientManager, String, String) Adds support for logging in with a Facebook account.
Public methodStatic member AddFacebook(AuthenticationClientManager, String, String, Object) Adds support for logging in with a Facebook account.
Public methodStatic member AddGoogle(AuthenticationClientManager) Adds support for logging in with a Google account.
Public methodStatic member AddGoogle(AuthenticationClientManager, Object) Adds support for logging in with a Google account.
Public methodStatic member AddMicrosoft(AuthenticationClientManager, String, String) Adds support for logging in with a Microsoft account.
Public methodStatic member AddMicrosoft(AuthenticationClientManager, String, String, Object) Adds support for logging in with a Microsoft account.
Public methodStatic member AddTwitter(AuthenticationClientManager, String, String) Adds support for logging in with a Twitter account
Public methodStatic member AddTwitter(AuthenticationClientManager, String, String, Object) Adds support for logging in with a Twitter account

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.AspNet.Membership.OpenAuth Namespace