|
AuthenticationOptionsExtensions Class
|
Extension methods for authentication options.
Inheritance Hierarchy
SystemObject
GSF.Web.SecurityAuthenticationOptionsExtensions
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public static class AuthenticationOptionsExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type AuthenticationOptionsExtensions = class end
GSF.Web.Security.AuthenticationOptionsExtensions = function();
Type.createClass(
'GSF.Web.Security.AuthenticationOptionsExtensions');
View SourceThe AuthenticationOptionsExtensions type exposes the following members.
Methods | Name | Description |
---|
| GetFullAuthTestPath(AuthenticationOptions, String) |
Gets full path to AuthTestPage,
evaluating leading ~ character as the given base path.
|
| GetFullAuthTestPath(ReadonlyAuthenticationOptions, String) |
Gets full path to AuthTestPage,
evaluating leading ~ character as the given base path.
|
| GetFullLoginPath(AuthenticationOptions, String) |
Gets full path to LoginPage,
evaluating leading ~ character as the given base path.
|
| GetFullLoginPath(ReadonlyAuthenticationOptions, String) |
Gets full path to LoginPage,
evaluating leading ~ character as the given base path.
|
| GetFullLogoutPath(AuthenticationOptions, String) |
Gets full path to LogoutPage,
evaluating leading ~ character as the given base path.
|
| GetFullLogoutPath(ReadonlyAuthenticationOptions, String) |
Gets full path to LogoutPage,
evaluating leading ~ character as the given base path.
|
TopSee Also