Share via


BaseValidatingContext<TOptions>.IsValidated Property

Gets a value that indicates whether the context is validated.

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
true if the context is validated; otherwise, false.

See Also

Reference

BaseValidatingContext<TOptions> Class

Microsoft.Owin.Security.OAuth Namespace