AuthenticablePrincipal.DelegationPermitted プロパティ

定義

アカウントが委任可能かどうかを指定する null 許容のブール値を取得または設定します。

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

例外

基盤となるになるストアは、このプロパティをサポートしていません。

適用対象