C# Класс ActiveDirectoryBlogPost.DisableUserMicroservice.Repository.ActiveDirectory.DisableUserRepository

The DisableUser repository.
Наследование: IDisableUserRepository
Показать файл Открыть проект

Открытые методы

Метод Описание
DisableBySamAccountName ( string customerName, string samAccountName ) : void

Disables a user with a specific ID.

Описание методов

DisableBySamAccountName() публичный Метод

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.
Результат void