3 writes to _delegationPermitted
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AccountInfo.cs (3)
150return _owningPrincipal.HandleGet<bool>(ref _delegationPermitted, PropertyNames.AcctInfoDelegationPermitted, ref _delegationPermittedChanged); 158_owningPrincipal.HandleSet<bool>(ref _delegationPermitted, value, ref _delegationPermittedChanged, 332_delegationPermitted = (bool)value;
1 reference to _delegationPermitted
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
430return _delegationPermitted;