|
AppBuilderExtensions Class
|
Represents IAppBuilder extension functions for GSF authentication middle-ware.
Inheritance Hierarchy
SystemObject
GSF.Web.SecurityAppBuilderExtensions
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.248-beta
Syntaxpublic static class AppBuilderExtensions
<ExtensionAttribute>
Public NotInheritable Class AppBuilderExtensions
[ExtensionAttribute]
public ref class AppBuilderExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AppBuilderExtensions = class end
GSF.Web.Security.AppBuilderExtensions = function();
Type.createClass(
'GSF.Web.Security.AppBuilderExtensions');
View SourceThe AppBuilderExtensions type exposes the following members.
Methods | Name | Description |
---|
 | UseAuthentication |
Inserts GSF role-based security authentication into the Owin pipeline.
|
Top
See Also