4 writes to _allowReversiblePasswordEncryptionChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\PasswordInfo.cs (4)
118
return _owningPrincipal.HandleGet<bool>(ref _allowReversiblePasswordEncryption, PropertyNames.PwdInfoAllowReversiblePasswordEncryption, ref
_allowReversiblePasswordEncryptionChanged
);
123
_owningPrincipal.HandleSet<bool>(ref _allowReversiblePasswordEncryption, value, ref
_allowReversiblePasswordEncryptionChanged
,
277
_allowReversiblePasswordEncryptionChanged
= LoadState.Loaded;
360
_allowReversiblePasswordEncryptionChanged
= (_allowReversiblePasswordEncryptionChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;
2 references to _allowReversiblePasswordEncryptionChanged
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\PasswordInfo.cs (2)
307
return
_allowReversiblePasswordEncryptionChanged
== LoadState.Changed;
360
_allowReversiblePasswordEncryptionChanged = (
_allowReversiblePasswordEncryptionChanged
== LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;