DBDataPermissionAttribute.AllowBlankPassword プロパティ

定義

空白のパスワードが許可されるかどうかを示す値を取得または設定します。

public:
 property bool AllowBlankPassword { bool get(); void set(bool value); };
public bool AllowBlankPassword { get; set; }
member this.AllowBlankPassword : bool with get, set
Public Property AllowBlankPassword As Boolean

プロパティ値

true 空白のパスワードが許可されている場合。それ以外の場合は false

適用対象

こちらもご覧ください