AllowPasswordSaving property
Indicates whether the login dialog box presents an option to remember
the password.
Syntax
C++
HRESULT get_AllowPasswordSaving(VARIANT_BOOL*
pAllowPasswordSaving)
HRESULT put_AllowPasswordSaving(VARIANT_BOOL
myAllowPasswordSaving)
Scripting languages
Boolean = Object.AllowPasswordSaving
Object.AllowPasswordSaving = Boolean
Legal values
Value |
Description |
TRUE |
Login dialog box will offer option
to remember password. |
FALSE |
Login dialog box will not offer
option to remember password. |
|