OAuthWebSecurity.VerifyAuthentication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
An DotNetOpenAuth.AspNet.AuthenticationResult instance that you can query to determine whether verification was successful.
- Attributes