C# Class ActiveDirectoryBlogPost.DisableUserMicroservice.Repository.ActiveDirectory.DisableUserRepository

The DisableUser repository.
Inheritance: IDisableUserRepository
Mostra file Open project: 5minds/ActiveDirectorySample

Public Methods

Method Description
DisableBySamAccountName ( string customerName, string samAccountName ) : void

Disables a user with a specific ID.

Method Details

DisableBySamAccountName() public method

Disables a user with a specific ID.
public DisableBySamAccountName ( string customerName, string samAccountName ) : void
customerName string The name of the customer the user belongs to.
samAccountName string The id of the user to disable.
return void