Certificate Property
The current selected certificate.
Syntax
public Certificate Certificate { get; set; }
Public Property Certificate As Certificate
Remarks
This property is populated when a specified certificate is found or loaded by the component. Certificate is used for specifying private keys. Set this property to a valid Certificate object to perform different operations such as session authentication, signing a file or receipt, or decryption. To set a certificate, you may set the Encoded field to the encoded certificate. To select a certificate, use the Store and Subject fields.