SslCert Property (OracleConnection)
In This Topic
Gets or sets the SSL Certificate contents as a base64 encoded string.
Syntax
'Declaration
Public Property SslCert As String
public string SslCert {get; set;}
Property Value
The SSL Certificate contents as a base64 encoded string.
See Also