Aqualogic Interaction API  
 

IPTGadgetContentServer.GetPublicKey Method 

The public key can be used to encrypt data before sending it to the remote server. It can then be sent across an insecure channel, because only the owner of the corresponding private key can decrypt it.

string GetPublicKey();

Return Value

the public key

See Also

IPTGadgetContentServer Interface | com.plumtree.server Namespace