Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ICredentialProvider.SetCredentialSettingType Method 

Specify what type of setting is being used to pass the credentials to the portlet.

void SetCredentialSettingType(
   SettingType type
);

Parameters

type
The type of setting being used to send credentials to the portlet.

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 CredentialSettingType.

See Also

ICredentialProvider Interface | Plumtree.Remote.Portlet Namespace