Click or drag to resize
AuthenticationPolicyJson Class
Set authentication policy.
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.JsonBaseJson
    BlackBerry.Workspaces.JsonAuthenticationPolicyJson

Namespace:  BlackBerry.Workspaces.Json
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class AuthenticationPolicyJson : BaseJson

The AuthenticationPolicyJson type exposes the following members.

Constructors
  NameDescription
Public methodAuthenticationPolicyJson
Initializes a new instance of the AuthenticationPolicyJson class
Top
Properties
  NameDescription
Public propertyAuthenticationMethod
Authentication method
Public propertyEditIdpTTLSettings
Public propertyMaxPasswordEntryAttempts
Maximum password entry attempts
Public propertyObjType
The type of the Json object.
(Inherited from BaseJson.)
Public propertyPasswordBlackList
List of blacklisted (invalid) passwords
Public propertyPasswordHistoryCount
Block users from changing their password to the one of the last X (count) passwords they used before
Public propertyPasswordHistoryDays
Block users from re-using a password that was used in the past Y (days) days
Public propertyPasswordLifeInDays
Life of password in days
Public propertyPasswordMaxLength
Maxium password length
Public propertyPasswordMinLength
Minimum password length
Public propertyPasswordMinLoCaseLetters
Minimum number of lowercase letters
Public propertyPasswordMinNumbers
Minimum number of numbers
Public propertyPasswordMinSpecialSymbols
Minimum number of special symbols
Public propertyPasswordMinUpCaseLetters
Minimum number of uppercase letters
Public propertyRememberMeTokenValidityInDays
Life of remember me token in days
Public propertySecretQuestions Obsolete.
List of secret questions for user authentication
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the object into a JSON string.
(Inherited from BaseJson.)
Top
See Also