IdentityOptions.Password プロパティ

定義

ID システムの を PasswordOptions 取得または設定します。

public:
 property Microsoft::AspNetCore::Identity::PasswordOptions ^ Password { Microsoft::AspNetCore::Identity::PasswordOptions ^ get(); void set(Microsoft::AspNetCore::Identity::PasswordOptions ^ value); };
public Microsoft.AspNetCore.Identity.PasswordOptions Password { get; set; }
member this.Password : Microsoft.AspNetCore.Identity.PasswordOptions with get, set
Public Property Password As PasswordOptions

プロパティ値

PasswordOptions ID システムの 。

適用対象