Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
ICredentialSetter.SetPasswordParameterName Method
Specify the name of the setting that contains the password for the backend application.
void SetPasswordParameterName(
string paramName
);
Parameters
-
paramName
- Name of the password setting.
Remarks
This value will only be used if it is not specified in a config file (web.config). A config file setting will override anything set with this method.
The config file parameter for this setting is
PasswordParameterName.
See Also
ICredentialSetter Interface | Plumtree.Remote.Portlet Namespace