AuthenticablePrincipal.UserCannotChangePassword 속성

정의

사용자가 이 계정의 암호를 변경할 수 있는지 여부를 지정하는 부울 값을 가져오거나 설정합니다. 와 함께 ComputerPrincipal사용하지 마세요.

public:
 property bool UserCannotChangePassword { bool get(); void set(bool value); };
public bool UserCannotChangePassword { get; set; }
member this.UserCannotChangePassword : bool with get, set
Public Property UserCannotChangePassword As Boolean

속성 값

true 사용자가 암호를 변경할 수 없는 경우 그렇지 않으면 false.

예외

기본 저장소는 이 속성을 지원하지 않습니다.

이 주체 개체는 사용자가 아닙니다.

설명

이 메서드는 컴퓨터 보안 주체를 위한 것이 아닙니다. 이를 a로 ComputerPrincipal 호출하면 NotSupportedException throw됩니다.

적용 대상