AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The password policy type.

Inheritance Hierarchy

System.Object
  Amazon.CognitoIdentityProvider.Model.PasswordPolicyType

Namespace: Amazon.CognitoIdentityProvider.Model
Assembly: AWSSDK.CognitoIdentityProvider.dll
Version: 3.x.y.z

Syntax

C#
public class PasswordPolicyType

The PasswordPolicyType type exposes the following members

Constructors

NameDescription
Public Method PasswordPolicyType()

Properties

NameTypeDescription
Public Property MinimumLength System.Int32

Gets and sets the property MinimumLength.

The minimum length of the password in the policy that you have set. This value can't be less than 6.

Public Property RequireLowercase System.Boolean

Gets and sets the property RequireLowercase.

In the password policy that you have set, refers to whether you have required users to use at least one lowercase letter in their password.

Public Property RequireNumbers System.Boolean

Gets and sets the property RequireNumbers.

In the password policy that you have set, refers to whether you have required users to use at least one number in their password.

Public Property RequireSymbols System.Boolean

Gets and sets the property RequireSymbols.

In the password policy that you have set, refers to whether you have required users to use at least one symbol in their password.

Public Property RequireUppercase System.Boolean

Gets and sets the property RequireUppercase.

In the password policy that you have set, refers to whether you have required users to use at least one uppercase letter in their password.

Public Property TemporaryPasswordValidityDays System.Int32

Gets and sets the property TemporaryPasswordValidityDays.

The number of days a temporary password is valid in the password policy. If the user doesn't sign in during this time, an administrator must reset their password. Defaults to 7. If you submit a value of 0, Amazon Cognito treats it as a null value and sets TemporaryPasswordValidityDays to its default value.

When you set TemporaryPasswordValidityDays for a user pool, you can no longer set a value for the legacy UnusedAccountValidityDays parameter in that user pool.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5