AWS SDK for .NET Documentation
PasswordPolicy Class
AmazonAmazon.IdentityManagement.ModelPasswordPolicy Did this page help you?   Yes   No    Tell us about it...
Password Policy
Declaration Syntax
C#
public class PasswordPolicy
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PasswordPolicy()()()()
Initializes a new instance of the PasswordPolicy class

AllowUsersToChangePassword
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MinimumPasswordLength
RequireLowercaseCharacters
RequireNumbers
RequireSymbols
RequireUppercaseCharacters
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAllowUsersToChangePassword(Boolean)
Sets the AllowUsersToChangePassword property

WithMinimumPasswordLength(Int32)
Sets the MinimumPasswordLength property

WithRequireLowercaseCharacters(Boolean)
Sets the RequireLowercaseCharacters property

WithRequireNumbers(Boolean)
Sets the RequireNumbers property

WithRequireSymbols(Boolean)
Sets the RequireSymbols property

WithRequireUppercaseCharacters(Boolean)
Sets the RequireUppercaseCharacters property

Inheritance Hierarchy
Object
PasswordPolicy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)