RevokeAuthenticationUserSessions method

Revokes all established authentication sessions for a specified username (or user ID, if the input is numeric).

Syntax


C++

HRESULT RevokeAuthenticationUserSessions(
   VARIANT Login)

Scripting languages
Object.RevokeAuthenticationUserSessions(
   Login as Variant)

Parameters


Login

The login (or ID) of the user whose authentication sessions are to be revoked.

Return value


 

C++

The return code.

Scripting languages

None.

Home

Applies to
IERUAuthenticator