Cert Property
The current selected certificate.
Syntax
[VB.NET] Public Property Cert As Certificate
[C#] public Certificate Cert {get; set;}
Remarks
This property is populated when a specified certificate is found or loaded by the component. It is used to specify private or public keys. Set this property to a valid Certificate object to load a certificate and perform different operations such as DeleteCertificate or ExportCertificate.