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