SSLCert Property
The certificate to be used during SSL negotiation.
Syntax
[VB.NET] Public Property SSLCert As Certificate
[C#] public Certificate SSLCert {get; set;}
Remarks
The digital certificate that the component will use during SSL negotiation. Set this property to a valid certificate before starting SSL negotiation. To set a certificate, you may set the Encoded field to the encoded certificate. To select a certificate, use the store and subject fields.