EasClientSecurityPolicy.PasswordHistory 属性

定义

注意

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

属性值

UInt32

unsigned int

uint32_t

以前使用的密码信息。

适用于