DatabaseEncryptionKeyStatement.Algorithm Property

Gets or sets the algorithm used for the encryption key.

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

Syntax

'Declaration
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm
public DatabaseEncryptionKeyAlgorithm Algorithm { get; set; }
public:
property DatabaseEncryptionKeyAlgorithm Algorithm {
    DatabaseEncryptionKeyAlgorithm get ();
    void set (DatabaseEncryptionKeyAlgorithm value);
}
member Algorithm : DatabaseEncryptionKeyAlgorithm with get, set
function get Algorithm () : DatabaseEncryptionKeyAlgorithm
function set Algorithm (value : DatabaseEncryptionKeyAlgorithm)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.DatabaseEncryptionKeyAlgorithm
Returns a DatabaseEncryptionKeyAlgorithm enumeration value.

.NET Framework Security

See Also

Reference

DatabaseEncryptionKeyStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace