Keys Property
A collection of keys used for cryptographic operations.
Syntax
[VB.NET] Public Property Keys As KeyList
[C#] public KeyList Keys {get;}
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.