Click or drag to resize

AuthenticationOptionsExtensions Methods

The AuthenticationOptionsExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method GetFullAuthTestPath(AuthenticationOptions, String) Gets full path to AuthTestPage, evaluating leading ~ character as the given base path.
Public Extension Method GetFullAuthTestPath(ReadonlyAuthenticationOptions, String) Gets full path to AuthTestPage, evaluating leading ~ character as the given base path.
Public Extension Method GetFullLoginPath(AuthenticationOptions, String) Gets full path to LoginPage, evaluating leading ~ character as the given base path.
Public Extension Method GetFullLoginPath(ReadonlyAuthenticationOptions, String) Gets full path to LoginPage, evaluating leading ~ character as the given base path.
Public Extension Method GetFullLogoutPath(AuthenticationOptions, String) Gets full path to LogoutPage, evaluating leading ~ character as the given base path.
Public Extension Method GetFullLogoutPath(ReadonlyAuthenticationOptions, String) Gets full path to LogoutPage, evaluating leading ~ character as the given base path.
Top
See Also