Suoranta.EnterpriseLib.Web - Developer API

OwinHost Members

The OwinHost type exposes the following members.

Constructors


  Name Description
Public method OwinHost
Base constructor

Methods


  Name Description
Public method Configuration
This method is called externally by Owin to configure Owin AppBuilder
Protected method ConfigureAuth
Configure Owin authentication and authorization for Owin AppBuilder
Protected method Static member EnsureTrailingSlash
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties


  Name Description
Protected property AuthorizationConfigurer
AuthorizationOptions for ConfigureAuth(IAppBuilder). Override to create custom configuration.
Protected property CookieOptions
CookieAuthenticationOptions for ConfigureAuth(IAppBuilder). Override to create custom configuration.
Protected property HasValidOpenIdOptions
Protected property JwtBearerOptions
Protected property LoginRelativePath
Gets

Field Value

the relative path to the login view.
Protected property OpenIdAuthority
Protected property OpenIdClientId
Protected property OpenIdOptions
OpenIdConnectAuthenticationOptions for ConfigureAuth(IAppBuilder). Override to create custom configuration.
Protected property SessionConfiguration