1 write to DelegationPermitted
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
124
set { this.AccountInfo.
DelegationPermitted
= value; }
1 reference to DelegationPermitted
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (1)
123
get { return this.AccountInfo.
DelegationPermitted
; }