次の方法で共有


OAuthWebSecurity.RegisteredClientData プロパティ

定義

登録されているクライアント データのコレクションを取得します。

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)

プロパティ値

登録されているクライアント データのコレクション。

適用対象