EasClientSecurityPolicy.PasswordHistory 속성

정의

참고

easClientSecurityPolicy는 Windows 10 후 릴리스에 사용할 수 없습니다.

이전에 사용한 암호 정보를 가져오거나 설정합니다. MS-ASPROV 이름은 DevicePasswordHistory입니다.

PasswordHistory 속성은 MS-ASPROV DevicePasswordEnabled 정책으로 대체됩니다. 호출자가 FALSE와 동일한 DevicePasswordEnabled를 받은 경우 평가 또는 애플리케이션에 대해 PasswordHistory 속성을 설정하지 마세요. 호출자가 DevicePasswordEnabled를 TRUE와 같게 수신한 경우 평가 또는 애플리케이션에 대해 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

이전에 사용한 암호 정보입니다.

적용 대상