Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
True if application code has called any of the Validate methods on this context.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public bool IsValidated { get; private set; }
public:
property bool IsValidated {
bool get();
private: void set(bool value);
}
member IsValidated : bool with get, private set
Public Property IsValidated As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
Returns Boolean.
See Also
BaseValidatingContext<TOptions> Class
Microsoft.Owin.Security.OAuth Namespace
Return to top