Share via


OpenAuth.AuthenticationClients Property

.NET Framework 4

External authentication service providers to use.

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

Syntax

'Declaration
Public Shared Property AuthenticationClients As AuthenticationClientManager 
    Get 
    Private Set
'Usage
Dim value As AuthenticationClientManager 

value = OpenAuth.AuthenticationClients
public static AuthenticationClientManager AuthenticationClients { get; private set; }
public:
static property AuthenticationClientManager^ AuthenticationClients {
    AuthenticationClientManager^ get ();
    private: void set (AuthenticationClientManager^ value);
}
static member AuthenticationClients : AuthenticationClientManager with get, private set
static function get AuthenticationClients () : AuthenticationClientManager 
private static function set AuthenticationClients (value : AuthenticationClientManager)

Property Value

Type: Microsoft.AspNet.Membership.OpenAuth.AuthenticationClientManager

See Also

Reference

OpenAuth Class

Microsoft.AspNet.Membership.OpenAuth Namespace