IServerAuthenticationProvider Interface Members
In This Topic
The following tables list the members exposed by IServerAuthenticationProvider.
Public Properties
| Name | Description |
 | IsAuthenticated | Indicates if the authentication provider believes it has authenticated with the channel |
 | LogoutIsSupported | indicates if the authentication provider can perform a logout |
Top
Public Methods
| Name | Description |
 | Login | Perform a login on the supplied channel |
 | Logout | Perform a logout on the supplied channel |
 | PreProcessRequest | Perform per-request authentication processing. |
Top
See Also