次の方法で共有


OAuthRedirectToAuthorizationContext コンストラクター

定義

新しいコンテキスト オブジェクトを作成します。

public:
 OAuthRedirectToAuthorizationContext(Microsoft::AspNetCore::Http::HttpContext ^ context, Microsoft::AspNetCore::Builder::OAuthOptions ^ options, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties, System::String ^ redirectUri);
public OAuthRedirectToAuthorizationContext (Microsoft.AspNetCore.Http.HttpContext context, Microsoft.AspNetCore.Builder.OAuthOptions options, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties, string redirectUri);
new Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext : Microsoft.AspNetCore.Http.HttpContext * Microsoft.AspNetCore.Builder.OAuthOptions * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties * string -> Microsoft.AspNetCore.Authentication.OAuth.OAuthRedirectToAuthorizationContext
Public Sub New (context As HttpContext, options As OAuthOptions, properties As AuthenticationProperties, redirectUri As String)

パラメーター

context
HttpContext

HTTP 要求コンテキスト。

properties
AuthenticationProperties

チャレンジの認証プロパティ。

redirectUri
String

最初のリダイレクト URI。

適用対象