EasClientSecurityPolicy.PasswordHistory Property

Definition

Note

EasClientSecurityPolicy may be unavailable for releases after Windows 10.

Gets or set the password information previously used. The MS-ASPROV name is DevicePasswordHistory.

The PasswordHistory property is superseded by the MS-ASPROV DevicePasswordEnabled policy. If the caller received DevicePasswordEnabled equal to FALSE, do not set the PasswordHistory property for evaluation or application. If the caller received DevicePasswordEnabled equal to TRUE, you can set the PasswordHistory property for evaluation or application.

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

Property Value

UInt32

unsigned int

uint32_t

The password information that was previously used.

Applies to