3 writes to _delegationPermitted
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AccountInfo.cs (3)
150
return _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)
430
return
_delegationPermitted
;