BaseValidatingContext<TOptions> Constructor
Initializes a new instance of the BaseValidatingContext<TOptions> class.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Protected Sub New ( _
context As IOwinContext, _
options As TOptions _
)
'Usage
Dim context As IOwinContext
Dim options As TOptions
Dim instance As New BaseValidatingContext(context, _
options)
protected BaseValidatingContext(
IOwinContext context,
TOptions options
)
protected:
BaseValidatingContext(
IOwinContext^ context,
TOptions options
)
new :
context:IOwinContext *
options:'TOptions -> BaseValidatingContext
protected function BaseValidatingContext(
context : IOwinContext,
options : TOptions
)
Parameters
- context
Type: Microsoft.Owin.IOwinContext
The context of this authentication.
- options
Type: TOptions
The options.