OAuthWebSecurity.RegisteredClientData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of registered client data.
public static System.Collections.Generic.ICollection<Microsoft.Web.WebPages.OAuth.AuthenticationClientData> RegisteredClientData { get; }
member this.RegisteredClientData : System.Collections.Generic.ICollection<Microsoft.Web.WebPages.OAuth.AuthenticationClientData>
Public Shared ReadOnly Property RegisteredClientData As ICollection(Of AuthenticationClientData)
Property Value
A collection of registered client data.