Ilumnis Authentication

AuthenticationStorage.DeleteUser Method (String, String)

Uses data layer to delete specific user.

public static void DeleteUser(
   string domainName,
   string userName
);

Parameters

domainName
Domain name of the user to delete.
userName
Name of the user to delete.

Exceptions

Exception Type Condition
StorageDeleteException Thrown when current storage can't delete requested user.

See Also

AuthenticationStorage Class | IExSys.Authentication.Storage Namespace | AuthenticationStorage.DeleteUser Overload List