UITextInputPasswordRules.Create(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.
Creates a new password rules object with the provided descriptor.
[Foundation.Export("passwordRulesWithDescriptor:")]
public static UIKit.UITextInputPasswordRules Create (string passwordRulesDescriptor);
static member Create : string -> UIKit.UITextInputPasswordRules
Parameters
- passwordRulesDescriptor
- String
A descriptor that narrows the password choices.
Returns
- Attributes