次の方法で共有


ManagementAuthentication.IsPasswordStrongEnough(String) メソッド

定義

パスワードが強度要件を満たしているかどうかを示す値を返します。

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

パラメーター

password
String

パスワード。

戻り値

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

例外

passwordnull または空です。

注釈

このメソッドは、指定したパラメーターを IsPasswordStrongEnough 、 プロパティで指定されたオブジェクトの Microsoft.Web.Management.Server.ManagementAuthenticationProvider メソッドに Provider 渡します。

適用対象