dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnectionStringBuilder Class / SslCert Property

In This Topic
    SslCert Property (OracleConnectionStringBuilder)
    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