Share via


OAuthWebSecurity.IsAuthenticatedWithOAuth Property

Gets a value that indicates whether the user has been authenticated using OAuth.

Namespace:  Microsoft.Web.WebPages.OAuth
Assembly:  Microsoft.Web.WebPages.OAuth (in Microsoft.Web.WebPages.OAuth.dll)

Syntax

'Declaration
Public Shared ReadOnly Property IsAuthenticatedWithOAuth As Boolean 
    Get
'Usage
Dim value As Boolean 

value = OAuthWebSecurity.IsAuthenticatedWithOAuth
public static bool IsAuthenticatedWithOAuth { get; }
public:
static property bool IsAuthenticatedWithOAuth {
    bool get ();
}
static member IsAuthenticatedWithOAuth : bool
static function get IsAuthenticatedWithOAuth () : boolean

Property Value

Type: System.Boolean
true if the user has been authenticated using OAuth; otherwise, false.

See Also

Reference

OAuthWebSecurity Class

Microsoft.Web.WebPages.OAuth Namespace