AuthenticablePrincipal.DelegationPermitted Property

Definition

Gets or sets a Nullable Boolean value that specifies whether the account may be delegated.

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

Property Value

true if the account may be delegated; otherwise false.

Exceptions

The underlying store does not support this property.

Applies to