AquaLogic Interaction Development Kit (IDK) 6.0.0

ICredentialProvider.SetPasswordParameterName Method 

Specifies the name of the setting that contains the password for the backend application.

void SetPasswordParameterName(
   string paramName
);

Parameters

paramName
The name of the password setting.

Remarks

This value is used only if it is not specified in a config file (Web.config). Settings in the config file override anything set with this method.

The config file parameter for this setting is PasswordParameterName.

See Also

ICredentialProvider Interface | Plumtree.Remote.Portlet Namespace