BaseValidatingContext<TOptions>.IsValidated Property

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

'Declaration
Public Property IsValidated As Boolean 
    Get 
    Private Set
'Usage
Dim instance As BaseValidatingContext 
Dim value As Boolean 

value = instance.IsValidated
public bool IsValidated { get; private set; }
public:
property bool IsValidated {
    bool get ();
    private: void set (bool value);
}
member IsValidated : bool with get, private set
function get IsValidated () : boolean 
private function set IsValidated (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

See Also

Reference

BaseValidatingContext<TOptions> Class

Microsoft.Owin.Security.OAuth Namespace