[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: jwaadstlb.pas line 2183
type IADsDomain = interface(IADs)
function Get_IsWorkgroup;
function Get_MinPasswordLength;
procedure Set_MinPasswordLength();
function Get_MinPasswordAge;
procedure Set_MinPasswordAge();
function Get_MaxPasswordAge;
procedure Set_MaxPasswordAge();
function Get_MaxBadPasswordsAllowed;
procedure Set_MaxBadPasswordsAllowed();
function Get_PasswordHistoryLength;
procedure Set_PasswordHistoryLength();
function Get_PasswordAttributes;
procedure Set_PasswordAttributes();
function Get_AutoUnlockInterval;
procedure Set_AutoUnlockInterval();
function Get_LockoutObservationInterval;
procedure Set_LockoutObservationInterval();
property IsWorkgroup: WordBool; [r]
property MinPasswordLength: Integer; [rw]
property MinPasswordAge: Integer; [rw]
property MaxPasswordAge: Integer; [rw]
property MaxBadPasswordsAllowed: Integer; [rw]
property PasswordHistoryLength: Integer; [rw]
property PasswordAttributes: Integer; [rw]
property AutoUnlockInterval: Integer; [rw]
property LockoutObservationInterval: Integer; [rw]
end;
IADsDomain
IADs
IInterface