OAuthWebSecurity.VerifyAuthentication 方法

定義

多載

VerifyAuthentication()

傳回值,這個值表示提供者是否已確認使用者帳戶。

VerifyAuthentication(String)

傳回值,這個值表示提供者是否已確認使用者帳戶。

VerifyAuthentication()

重要

此 API 不符合 CLS 規範。

傳回值,這個值表示提供者是否已確認使用者帳戶。

[System.CLSCompliant(false)]
public static DotNetOpenAuth.AspNet.AuthenticationResult VerifyAuthentication ();
static member VerifyAuthentication : unit -> DotNetOpenAuth.AspNet.AuthenticationResult
Public Shared Function VerifyAuthentication () As AuthenticationResult

傳回

DotNetOpenAuth.AspNet.AuthenticationResult

DotNetOpenAuth.AspNet.AuthenticationResult您可以查詢的實例,以判斷驗證是否成功。

屬性

適用於

VerifyAuthentication(String)

重要

此 API 不符合 CLS 規範。

傳回值,這個值表示提供者是否已確認使用者帳戶。

[System.CLSCompliant(false)]
public static DotNetOpenAuth.AspNet.AuthenticationResult VerifyAuthentication (string returnUrl);
static member VerifyAuthentication : string -> DotNetOpenAuth.AspNet.AuthenticationResult
Public Shared Function VerifyAuthentication (returnUrl As String) As AuthenticationResult

參數

returnUrl
String

傳回 URI。

傳回

DotNetOpenAuth.AspNet.AuthenticationResult

DotNetOpenAuth.AspNet.AuthenticationResult您可以查詢的實例,以判斷驗證是否成功。

屬性

適用於