Chia sẻ qua


AuthenticationHandler.Context Property

 

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

Syntax

protected IOwinContext Context { get; private set; }
protected:
property IOwinContext^ Context {
    IOwinContext^ get();
    private: void set(IOwinContext^ value);
}
member Context : IOwinContext with get, private set
Protected Property Context As IOwinContext
    Get
    Private Set
End Property

Property Value

Type: Microsoft.Owin.IOwinContext

See Also

AuthenticationHandler Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top