AuthenticablePrincipal.DelegationPermitted 속성

정의

계정을 위임할지 여부를 지정하는 Nullable 부울 값을 가져오거나 설정합니다.

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

속성 값

true 계정을 위임할 수 있으면 이고, 그렇지 않으면 false.

예외

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

적용 대상