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 시스템의 입니다.

적용 대상