ISqlLogin.EncryptionOption Property
Gets or sets a value that models the @encrypt\_opt parameter to sp_addlogin.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property EncryptionOption As SqlLoginEncryptionOption
SqlLoginEncryptionOption EncryptionOption { get; set; }
property SqlLoginEncryptionOption EncryptionOption {
SqlLoginEncryptionOption get ();
void set (SqlLoginEncryptionOption value);
}
abstract EncryptionOption : SqlLoginEncryptionOption with get, set
function get EncryptionOption () : SqlLoginEncryptionOption
function set EncryptionOption (value : SqlLoginEncryptionOption)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlLoginEncryptionOption
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.