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
- 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.