13 references to PwdInfoAllowReversiblePasswordEncryption
System.DirectoryServices.AccountManagement (13)
System\DirectoryServices\AccountManagement\AD\ADAMStoreCtx.cs (1)
437
{PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
, "ms-DS-UserEncryptedTextPasswordAllowed", new FromLdapConverterDelegate(BoolFromLdapConverter), new ToLdapConverterDelegate(BoolToLdapConverter)}
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (1)
741
{PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
, "useraccountcontrol", new FromLdapConverterDelegate(UACFromLdapConverter), new ToLdapConverterDelegate(UACToLdapConverter)}
System\DirectoryServices\AccountManagement\AD\SDSUtils.cs (2)
555
case PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
:
730
case PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
:
System\DirectoryServices\AccountManagement\PasswordInfo.cs (5)
118
return _owningPrincipal.HandleGet<bool>(ref _allowReversiblePasswordEncryption, PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
, ref _allowReversiblePasswordEncryptionChanged);
124
PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
);
275
case (PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
):
306
case (PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
):
337
case (PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
):
System\DirectoryServices\AccountManagement\QbeFilterDescription.cs (1)
258
public const string PropertyNameStatic = PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
;
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (2)
686
{PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
, typeof(UserPrincipal), "UserFlags", new FromWinNTConverterDelegate(UserFlagsFromWinNTConverter), new ToWinNTConverterDelegate(UserFlagsToWinNTConverter)},
720
{PropertyNames.
PwdInfoAllowReversiblePasswordEncryption
, typeof(ComputerPrincipal), null, null, new ToWinNTConverterDelegate(ExceptionToWinNTConverter)}
System\DirectoryServices\AccountManagement\StoreCtx.cs (1)
301
PropertyNames.
PwdInfoAllowReversiblePasswordEncryption