MinimumPasswordLength property
Indicates the minimum password length for the Site.
Syntax
C++
HRESULT get_MinimumPasswordLength (LONG*
pMinimumPasswordLength)
HRESULT put_MinimumPasswordLength (LONG
myMinimumPasswordLength)
Scripting languages
Value = Object.MinimumPasswordLength
Object.MinimumPasswordLength =
Value
Remarks
Value of zero means "no
minimum".
Default is zero.
This property is meaningful
only when there is no external directory defined for this Site or when
the external directory is the Server Member List. In this case, the Type property for the DirectoryConnection
interface must be set to erDirTypeNone or erDirTypeServerMemberList. Otherwise,
it will have no effect.
|
Home
Applies to
IERUAccountPolicies |