SqlCeConnectionStringBuilder.EncryptionMode Property

Gets or sets the encryption mode with which the database is to be created against.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property EncryptionMode As String
    Get
    Set
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As String

value = instance.EncryptionMode

instance.EncryptionMode = value
[BrowsableAttribute(false)]
public string EncryptionMode { get; set; }
[BrowsableAttribute(false)]
public:
property String^ EncryptionMode {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member EncryptionMode : string with get, set
function get EncryptionMode () : String
function set EncryptionMode (value : String)

Property Value

Type: System.String
The encryption mode with which the database is to be created against.

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace