AquaLogic Interaction Development Kit (IDK) 6.0.0

ICredentialProvider.SetPrivateKey Method 

Specifies the private key to use to decrypt the encrypted password that was sent to the portlet.

void SetPrivateKey(
   string key
);

Parameters

key
The key used for decryption.

Remarks

The CredentialEncryptionType must be set with the SetCredentialEncryptionType method. 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 depends on the type of encryption being used, and can be one of the following: RSAPrivateKey, RC2PrivateKey, or AESPrivateKey.

See Also

ICredentialProvider Interface | Plumtree.Remote.Portlet Namespace