Class PasswordStrengthPolicy
The password strength policy object
Inheritance
PasswordStrengthPolicy
Inherited Members
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class PasswordStrengthPolicy
Constructors
View SourcePasswordStrengthPolicy()
Initializes a new instance of the PasswordStrengthPolicy class.
Declaration
public PasswordStrengthPolicy()
Properties
View SourceAsMinimalRequirements
Gets this instance as a MinimalRequirements, or null.
Declaration
public PasswordStrengthPolicy.MinimalRequirements AsMinimalRequirements { get; }
Property Value
| Type | Description |
|---|---|
| PasswordStrengthPolicy.MinimalRequirements |
AsModeratePassword
Gets this instance as a ModeratePassword, or null.
Declaration
public PasswordStrengthPolicy.ModeratePassword AsModeratePassword { get; }
Property Value
| Type | Description |
|---|---|
| PasswordStrengthPolicy.ModeratePassword |
AsOther
Gets this instance as a Other, or null.
Declaration
public PasswordStrengthPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| PasswordStrengthPolicy.Other |
AsStrongPassword
Gets this instance as a StrongPassword, or null.
Declaration
public PasswordStrengthPolicy.StrongPassword AsStrongPassword { get; }
Property Value
| Type | Description |
|---|---|
| PasswordStrengthPolicy.StrongPassword |
IsMinimalRequirements
Gets a value indicating whether this instance is MinimalRequirements
Declaration
public bool IsMinimalRequirements { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsModeratePassword
Gets a value indicating whether this instance is ModeratePassword
Declaration
public bool IsModeratePassword { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsStrongPassword
Gets a value indicating whether this instance is StrongPassword
Declaration
public bool IsStrongPassword { get; }
Property Value
| Type | Description |
|---|---|
| bool |