共用方式為


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。

適用於