EasClientSecurityPolicy.MinPasswordLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
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 之間。