4 writes to _allowReversiblePasswordEncryptionChanged
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\PasswordInfo.cs (4)
118return _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)
307return _allowReversiblePasswordEncryptionChanged == LoadState.Changed; 360_allowReversiblePasswordEncryptionChanged = (_allowReversiblePasswordEncryptionChanged == LoadState.Changed) ? LoadState.Loaded : LoadState.NotSet;