FromXMLFile | Sets the object's properties using data from an XML file. The XML file can be created using the object's `ToXMLFile` method. |
 FromXMLString | Sets the object's properties using data from an XML string. The XML string can be created using the object's `ToXMLString` method. |
 GetXMLSchema | Returns the XML schema for the XML generated by the `ToXMLFile` and `ToXMLString` methods. |
 ToXMLFile | Creates an XML file that represents the object. |
 ToXMLString | Creates and returns an XML string that represents the object. |
 AbsEntry | The internal key of the password administration record. Field name: `AbsEntry`. This is the key field. Field Name: AbsEntryData Type: Edm.Int32Writable: No |
 AuthenticationsBeforeLocked | The number of failed authentication attempts before the account is locked. Field name: `NumAuthLoc`. Field Name: NumAuthLocData Type: Edm.Int32Writable: No |
 MinimumDigits | The minimum number of digit characters required. Field name: `MinDigits`. Field Name: MinDigitsData Type: Edm.Int32Writable: No |
 MinimumLowercaseCharacters | The minimum number of lowercase characters required. Field name: `MinLowCase`. Field Name: MinLowCaseData Type: Edm.Int32Writable: No |
 MinimumNonAlphanumericCharacters | The minimum number of non-alphanumeric characters required. Field name: `MinNonAlph`. Field Name: MinNonAlphData Type: Edm.Int32Writable: No |
 MinimumUppercaseCharacters | The minimum number of uppercase characters required. Field name: `MinUppers`. Field Name: MinUppersData Type: Edm.Int32Writable: No |
 NumberOfPreviousPasswords | The number of previous passwords that cannot be reused. Field name: `NumPrevPwd`. Field Name: NumPrevPwdData Type: Edm.Int32Writable: No |
 PasswordExample | An example password that satisfies the current policy. Field name: `PwdExample`. Field Name: PwdExampleData Type: Edm.StringWritable: No |
 PasswordExpiration | The number of days until the password expires. Field name: `PwdExp`. Field Name: PwdExpData Type: Edm.Int32Writable: No |
 PasswordMinimumLength | The minimum number of characters required in a password. Field name: `PwdMinLen`. Field Name: PwdMinLenData Type: Edm.Int32Writable: No |
 SecurityLevel | The password security level. Field name: `SecLevel`. Field Name: SecLevelData Type: PasswordAdministrationSecurityLevelEnum Writable: No Enum Type: PasswordAdministrationSecurityLevelEnum |
Â
Â