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.
Marks this context as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public virtual bool Validated()
public:
virtual bool Validated()
abstract Validated : unit -> bool
override Validated : unit -> bool
Public Overridable Function Validated As Boolean
Return Value
Type: System.Boolean
True if the validation has taken effect.
See Also
BaseValidatingContext<TOptions> Class
Microsoft.Owin.Security.OAuth Namespace
Return to top