BaseContext<TOptions>.OwinContext Property
Namespace: Microsoft.Owin.Security.Provider
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Property OwinContext As IOwinContext
Get
Private Set
'Usage
Dim instance As BaseContext
Dim value As IOwinContext
value = instance.OwinContext
public IOwinContext OwinContext { get; private set; }
public:
property IOwinContext^ OwinContext {
IOwinContext^ get ();
private: void set (IOwinContext^ value);
}
member OwinContext : IOwinContext with get, private set
function get OwinContext () : IOwinContext
private function set OwinContext (value : IOwinContext)
Property Value
Type: Microsoft.Owin.IOwinContext