Keys Property
A collection of keys used for cryptographic operations.
Syntax
public KeyList getKeys(); public void setKeys(KeyList keys);
Remarks
This collection holds keys that are used for signing and decrypting. In most cases only one key will be specified, however multiple keys may be needed in some cases.
This property is not available at design time.