Plumtree EDK (Enterprise Web Development Kit) 5.4.0

ICredentialProvider.SetPrivateKey Method 

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

void SetPrivateKey(
   string key
);

Parameters

key
Key used for RSA decryption.

Remarks

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

See Also

ICredentialProvider Interface | Plumtree.Remote.Portlet Namespace