The INSSUserAuthentication interface exposes the following methods;
| Method | Description | 
| Authenticate | This method is called by the server to pass authentication data from the client to the authentication context. | 
| GetAuthenticationResult | Retrieves the last results of the authentication. | 
| GetAuthenticator | Retrieves a pointer to the authenticator object. | 
| GetChallenge | This method is called by the server to get data the server will pass from the user authentication object to the client. | 
| GetUserId | Retrieves a string containing the user ID after authentication is successfully completed. | 
| Impersonate | Allows a server thread to impersonate the client. | 
| Revert | Terminates impersonation. | 
Remarks
This interface is implemented by the developer.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.