Dropbox .NET SDK
Show / Hide Table of Contents

Class PasswordStrengthPolicy

The password strength policy object

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

Constructors

View Source

PasswordStrengthPolicy()

Initializes a new instance of the PasswordStrengthPolicy class.

Declaration
public PasswordStrengthPolicy()

Properties

View Source

AsMinimalRequirements

Gets this instance as a MinimalRequirements, or null.

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

AsModeratePassword

Gets this instance as a ModeratePassword, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsStrongPassword

Gets this instance as a StrongPassword, or null.

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

IsMinimalRequirements

Gets a value indicating whether this instance is MinimalRequirements

Declaration
public bool IsMinimalRequirements { get; }
Property Value
Type Description
bool
View Source

IsModeratePassword

Gets a value indicating whether this instance is ModeratePassword

Declaration
public bool IsModeratePassword { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsStrongPassword

Gets a value indicating whether this instance is StrongPassword

Declaration
public bool IsStrongPassword { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK