FME Server .NET API

IFMESecurityManager.RemoveUserToken Method 

Removes the user token for the specified user.

[Visual Basic]
Function RemoveUserToken( _
   ByVal userName As String _
) As Boolean
[C#]
bool RemoveUserToken(
   string userName
);

Parameters

userName
the user name

Return Value

true if user token existed and was removed, otherwise false if user token did not exist

Exceptions

Exception TypeCondition
Safe.FMEServer.API.FMEServerExceptionif a FME Repository exception occurred

See Also

IFMESecurityManager Interface | IFMESecurityManager Members | Safe.FMEServer.API.Security Namespace