EasClientSecurityPolicy.PasswordHistory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The password information that was previously used.