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