OAuthWebSecurity.VerifyAuthentication Method

Definition

Overloads

Name Description
VerifyAuthentication()

Returns a value that indicates whether the user account has been confirmed by the provider.

VerifyAuthentication(String)

Returns a value that indicates whether the user account has been confirmed by the provider.

VerifyAuthentication()

Important

This API is not CLS-compliant.

Returns a value that indicates whether the user account has been confirmed by the provider.

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

Returns

DotNetOpenAuth.AspNet.AuthenticationResult

An DotNetOpenAuth.AspNet.AuthenticationResult instance that you can query to determine whether verification was successful.

Attributes

Applies to

VerifyAuthentication(String)

Important

This API is not CLS-compliant.

Returns a value that indicates whether the user account has been confirmed by the provider.

[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

Parameters

returnUrl
String

Return Url.

Returns

DotNetOpenAuth.AspNet.AuthenticationResult

An DotNetOpenAuth.AspNet.AuthenticationResult instance that you can query to determine whether verification was successful.

Attributes

Applies to