IServerSecurity::RevertToSelf
Restores the
authentication information on a thread to the process s identity.
HRESULT RevertToSelf()
Return Values
This method
supports the standard return value E_FAIL, as well as the following:
S_OK
Success.
Remarks
IServerSecurity::RevertToSelf restores the authentication information and reverts
an impersonation on a thread to the process s
identity. This method will only revert impersonation changes made by IServerSecurity::ImpersonateClient
In the apartment
model, CoRevertToSelf
See Also