BaseContext<TOptions>.OwinContext Property
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
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
Property Value
Type: Microsoft.Owin.IOwinContext
See Also
BaseContext<TOptions> Class
Microsoft.Owin.Security.Provider Namespace
Return to top