共用方式為


EasClientSecurityPolicy.MinPasswordLength 屬性

定義

注意

Windows 10之後,EasClientSecurityPolicy可能無法用於版本。

取得或設定允許的密碼長度下限。 MS-ASPROV 名稱為 MinPasswordLength。

MS-ASPROV DevicePasswordEnabled 原則會取代 MinPasswordLength 屬性。 如果呼叫端收到 DevicePasswordEnabled 等於 FALSE,請勿設定評估或應用程式的 MinPasswordLength 屬性。 如果呼叫端收到 DevicePasswordEnabled 等於 TRUE,您可以設定 MinPasswordLength 屬性來評估或應用程式。

public:
 property byte MinPasswordLength { byte get(); void set(byte value); };
byte MinPasswordLength();

void MinPasswordLength(byte value);
public byte MinPasswordLength { get; set; }
var byte = easClientSecurityPolicy.minPasswordLength;
easClientSecurityPolicy.minPasswordLength = byte;
Public Property MinPasswordLength As Byte

屬性值

Byte

byte

範圍介於 1 到 16 之間。

適用於