次の方法で共有


ManagementAuthenticationProvider.IsPasswordStrongEnough(String) メソッド

定義

派生クラスでオーバーライドされた場合、指定したパスワードが強度要件を満たしているかどうかを示す値を返します。

public:
 abstract Microsoft::Web::Management::Server::InvalidPasswordReason IsPasswordStrongEnough(System::String ^ password);
public abstract Microsoft.Web.Management.Server.InvalidPasswordReason IsPasswordStrongEnough (string password);
abstract member IsPasswordStrongEnough : string -> Microsoft.Web.Management.Server.InvalidPasswordReason
Public MustOverride Function IsPasswordStrongEnough (password As String) As InvalidPasswordReason

パラメーター

password
String

パスワード。

戻り値

Microsoft.Web.Management.Server.ManagementAuthenticationProvider.InvalidPasswordReason 値のいずれか 1 つ。

適用対象