Click or drag to resize

PsrPolicy Class

Password policy
Inheritance Hierarchy
SystemObject
  PsrApi.DataPsrPolicy

Namespace:  PsrApi.Data
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class PsrPolicy

The PsrPolicy type exposes the following members.

Constructors
  NameDescription
Public methodPsrPolicy
Initializes a new instance of the PsrPolicy class
Top
Properties
  NameDescription
Public property__type
Internally used, never change this value.
Public propertyDescription
Description
Public propertyId
ID
Public propertyLowerCase
Lowercase letters are necessary
Public propertyMinimumPasswordQuality
Minimum password quality
Public propertyName
Name
Public propertyNotAllowedChars
Not allowed characters
Public propertyNotAllowedPasswordCount
Number of last passwords that are not allowed
Public propertyNotAllowedPasswords
Not allowed passwords
Public propertyNotAllowedPasswordUsername
Username as password is not allowed
Public propertyNumbers
Numbers are necessary
Public propertyPasswordLenght
Required password length
Public propertyRequiredCategories
Number of required categories
Public propertySimilarChars
Similar characters allowed
Public propertySpace
Space
Public propertySpecialCharList
Special characters that can be used
Public propertySpecialChars
Special characters are necessary
Public propertySyncOperation
Synchronisation State. Used to determine which operation to perform when synchronizing the data.
Public propertyTimeStampUtc
Timestamp of the last change
Public propertyTransactionId
The Id of the transaction. Used to identify the object in results, even if its id has changed. Must be generated for sync operations.
Public propertyUpperCase
Uppercase letters are necessary
Top
Methods
  NameDescription
Public methodDataName
Data name
Public methodDataType
Data type
Public methodDataTypeName
Data type as string
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExtendedDataName
Extended data name
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
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also