EasClientSecurityPolicy.PasswordHistory 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Windows 10后,EasClientSecurityPolicy 可能无法用于发布。
获取或设置以前使用的密码信息。 MS-ASPROV 名称为 DevicePasswordHistory。
PasswordHistory 属性由 MS-ASPROV DevicePasswordEnabled 策略取代。 如果调用方收到等于 FALSE 的 DevicePasswordEnabled,请不要为评估或应用程序设置 PasswordHistory 属性。 如果调用方收到等于 TRUE 的 DevicePasswordEnabled,则可以为评估或应用程序设置 PasswordHistory 属性。
public:
property unsigned int PasswordHistory { unsigned int get(); void set(unsigned int value); };
uint32_t PasswordHistory();
void PasswordHistory(uint32_t value);
public uint PasswordHistory { get; set; }
var uInt32 = easClientSecurityPolicy.passwordHistory;
easClientSecurityPolicy.passwordHistory = uInt32;
Public Property PasswordHistory As UInteger
属性值
以前使用的密码信息。