ManagementAuthenticationProvider.IsPasswordStrongEnough(String) Method

Definition

When overridden in a derived class, returns a value that indicates whether the specified password meets strength requirements.

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

Parameters

password
String

The password.

Returns

One of the Microsoft.Web.Management.Server.ManagementAuthenticationProvider.InvalidPasswordReason values.

Applies to