![]() |
Exposes the following methods.
| Method | Description |
| Authenticate | 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 that created this user authentication object. |
| GetChallenge | Called by the server to get data that the server passes 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 of the client by the server. |
Remarks
This interface is implemented by the developer.
See Also
INSSAuthenticationCallback, INSSAuthenticator
[Previous][Next]