Edit

Share via


UITextInputPasswordRules.Create(String) Method

Definition

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

Applies to

See also