AuthenticationHandler.Context Property

Namespace:  Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Protected Property Context As IOwinContext 
    Get 
    Private Set
'Usage
Dim value As IOwinContext 

value = Me.Context
protected IOwinContext Context { get; private set; }
protected:
property IOwinContext^ Context {
    IOwinContext^ get ();
    private: void set (IOwinContext^ value);
}
member Context : IOwinContext with get, private set
function get Context () : IOwinContext 
private function set Context (value : IOwinContext)

Property Value

Type: Microsoft.Owin.IOwinContext

See Also

Reference

AuthenticationHandler Class

Microsoft.Owin.Security.Infrastructure Namespace