BaseContext<TOptions>.OwinContext Property
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
public IOwinContext OwinContext { get; private set; }
public:
property IOwinContext^ OwinContext {
IOwinContext^ get();
private: void set(IOwinContext^ value);
}
member OwinContext : IOwinContext with get, private set
Public Property OwinContext As IOwinContext
Get
Private Set
End Property
Type: Microsoft.Owin.IOwinContext
BaseContext<TOptions> Class
Microsoft.Owin.Security.Provider Namespace
Return to top