C# 클래스 ActiveDirectoryBlogPost.DisableUserMicroservice.Repository.ActiveDirectory.DisableUserRepository

The DisableUser repository.
상속: IDisableUserRepository
파일 보기 프로젝트 열기: 5minds/ActiveDirectorySample

공개 메소드들

메소드 설명
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