Class IvSecurityAppBuilderExtensions
Extension methods for the Owin.IAppBuilder and IvSecurityContextMiddleware
Inheritance
System.Object
IvSecurityAppBuilderExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Web.Security
Assembly: ImageVault.Web.dll
Syntax
public static class IvSecurityAppBuilderExtensions
Methods
UseIvSecurity(IAppBuilder, String)
Activates the IvSecurityContextMiddleware Should be activated AFTER any authorization middleware
Declaration
public static void UseIvSecurity(this IAppBuilder app, string prefix)
Parameters
Type | Name | Description |
---|---|---|
Owin.IAppBuilder | app | |
System.String | prefix | Prefix to apply to all identities |