Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ICredentialProvider.SetCredentialEncryptionType Method 

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

void SetCredentialEncryptionType(
   EncryptionType type
);

Parameters

type
The type of encryption.

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

See Also

ICredentialProvider Interface | Plumtree.Remote.Portlet Namespace