ConnectionInfo.Encrypted Property

Gets or sets whether a string is encrypted.

Namespace:  Microsoft.Data.Schema.Generators.Sql
Assembly:  Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)

Syntax

'Declaration
Public Property Encrypted As Boolean
    Get
    Set
'Usage
Dim instance As ConnectionInfo
Dim value As Boolean

value = instance.Encrypted

instance.Encrypted = value
public bool Encrypted { get; set; }
public:
property bool Encrypted {
    bool get ();
    void set (bool value);
}
function get Encrypted () : boolean
function set Encrypted (value : boolean)
member Encrypted : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ConnectionInfo Class

ConnectionInfo Members

Microsoft.Data.Schema.Generators.Sql Namespace