Click or drag to resize

AuthenticationOptionsExtensions Class

Extension methods for authentication options.
Inheritance Hierarchy
SystemObject
  GSF.Web.SecurityAuthenticationOptionsExtensions

Namespace: GSF.Web.Security
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public static class AuthenticationOptionsExtensions
View Source

The AuthenticationOptionsExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetFullAuthTestPath(AuthenticationOptions, String) Gets full path to AuthTestPage, evaluating leading ~ character as the given base path.
Public Extension MethodGetFullAuthTestPath(ReadonlyAuthenticationOptions, String) Gets full path to AuthTestPage, evaluating leading ~ character as the given base path.
Public Extension MethodGetFullLoginPath(AuthenticationOptions, String) Gets full path to LoginPage, evaluating leading ~ character as the given base path.
Public Extension MethodGetFullLoginPath(ReadonlyAuthenticationOptions, String) Gets full path to LoginPage, evaluating leading ~ character as the given base path.
Public Extension MethodGetFullLogoutPath(AuthenticationOptions, String) Gets full path to LogoutPage, evaluating leading ~ character as the given base path.
Public Extension MethodGetFullLogoutPath(ReadonlyAuthenticationOptions, String) Gets full path to LogoutPage, evaluating leading ~ character as the given base path.
Top
See Also