Class PasswordStrengthPolicy
The password strength policy object
Inheritance
System.Object
PasswordStrengthPolicy
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 SourcePasswordStrengthPolicy()
Initializes a new instance of the PasswordStrengthPolicy class.
Declaration
public PasswordStrengthPolicy()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsModeratePassword
Gets a value indicating whether this instance is ModeratePassword
Declaration
public bool IsModeratePassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStrongPassword
Gets a value indicating whether this instance is StrongPassword
Declaration
public bool IsStrongPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |