다음을 통해 공유


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입니다.

예외

기본 저장소가 이 속성을 지원하지 않는 경우

적용 대상