Builder

class Builder

Properties

Link copied to clipboard

A string of the characters that you don't want in the password.

Link copied to clipboard

Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.

Link copied to clipboard

Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.

Link copied to clipboard

Specifies whether to exclude the following punctuation characters from the password: ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ { | } ~`. If you don't include this switch, the password can contain punctuation.

Link copied to clipboard

Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.

Link copied to clipboard

Specifies whether to include the space character. If you include this switch, the password can contain space characters.

Link copied to clipboard

The length of the password. If you don't include this parameter, the default length is 32 characters.

Link copied to clipboard

Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.