Share via


OAuthWebSecurity.RegisteredClientData Property

Gets a collection of registered client data.

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

Syntax

'Declaration
Public Shared ReadOnly Property RegisteredClientData As ICollection(Of AuthenticationClientData)
    Get
'Usage
Dim value As ICollection(Of AuthenticationClientData)

value = OAuthWebSecurity.RegisteredClientData
public static ICollection<AuthenticationClientData> RegisteredClientData { get; }
public:
static property ICollection<AuthenticationClientData^>^ RegisteredClientData {
    ICollection<AuthenticationClientData^>^ get ();
}
static member RegisteredClientData : ICollection<AuthenticationClientData>
static function get RegisteredClientData () : ICollection<AuthenticationClientData>

Property Value

Type: System.Collections.Generic.ICollection<AuthenticationClientData>
A collection of registered client data.

Remarks

For an example of using the OAuthWebSecurity class, see Using OAuth Providers with MVC 4.

See Also

Reference

OAuthWebSecurity Class

Microsoft.Web.WebPages.OAuth Namespace