Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ICredentialProvider.SetCredentialEncryptionType Method 

Specify the type of encryption used to encrypt the password that was sent to the portlet.

void SetCredentialEncryptionType(
   EncryptionType type
);

Parameters

type
Type of encryption.

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

See Also

ICredentialProvider Interface | Plumtree.Remote.Portlet Namespace