dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / SslOptions Class / Cert Property

In This Topic
Cert Property
In This Topic
Gets or sets location of client certificate.
Syntax
'Declaration
 
Public Property Cert As String
 

Property Value

Location of client certificate.
Remarks

The location can be specified in three ways:

- As file in the system: file://C:\Temp\Example.pem

- As item of certificate store: storage://Name.Id

- As compiled resource. The correct format of the resource identifier is "resource://MyAssembly,ResourcePath", where MyAssembly stands for the assembly into which the resource is embedded (omit this if it the main assembly of the solution), and ResourcePath is the complete path to the resource.

See Also