Show / Hide Table of Contents

Class PasswordStrengthPolicy

The password strength policy object

Inheritance
System.Object
PasswordStrengthPolicy
PasswordStrengthPolicy.MinimalRequirements
PasswordStrengthPolicy.ModeratePassword
PasswordStrengthPolicy.Other
PasswordStrengthPolicy.StrongPassword
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class PasswordStrengthPolicy

Constructors

| Improve this Doc View Source

PasswordStrengthPolicy()

Initializes a new instance of the PasswordStrengthPolicy class.

Declaration
public PasswordStrengthPolicy()

Properties

| Improve this Doc View Source

AsMinimalRequirements

Gets this instance as a MinimalRequirements, or null.

Declaration
public PasswordStrengthPolicy.MinimalRequirements AsMinimalRequirements { get; }
Property Value
Type Description
PasswordStrengthPolicy.MinimalRequirements
| Improve this Doc View Source

AsModeratePassword

Gets this instance as a ModeratePassword, or null.

Declaration
public PasswordStrengthPolicy.ModeratePassword AsModeratePassword { get; }
Property Value
Type Description
PasswordStrengthPolicy.ModeratePassword
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public PasswordStrengthPolicy.Other AsOther { get; }
Property Value
Type Description
PasswordStrengthPolicy.Other
| Improve this Doc View Source

AsStrongPassword

Gets this instance as a StrongPassword, or null.

Declaration
public PasswordStrengthPolicy.StrongPassword AsStrongPassword { get; }
Property Value
Type Description
PasswordStrengthPolicy.StrongPassword
| Improve this Doc View Source

IsMinimalRequirements

Gets a value indicating whether this instance is MinimalRequirements

Declaration
public bool IsMinimalRequirements { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsModeratePassword

Gets a value indicating whether this instance is ModeratePassword

Declaration
public bool IsModeratePassword { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsStrongPassword

Gets a value indicating whether this instance is StrongPassword

Declaration
public bool IsStrongPassword { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PasswordStrengthPolicy()
  • Properties
    • AsMinimalRequirements
    • AsModeratePassword
    • AsOther
    • AsStrongPassword
    • IsMinimalRequirements
    • IsModeratePassword
    • IsOther
    • IsStrongPassword
Back to top Generated by DocFX