ManagementAuthenticationProvider.IsPasswordStrongEnough(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.