ISql100DatabaseEncryptionKey.Algorithm Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Algorithm As SqlSymmetricKeyAlgorithm
'Usage
Dim instance As ISql100DatabaseEncryptionKey
Dim value As SqlSymmetricKeyAlgorithm
value = instance.Algorithm
instance.Algorithm = value
SqlSymmetricKeyAlgorithm Algorithm { get; set; }
property SqlSymmetricKeyAlgorithm Algorithm {
SqlSymmetricKeyAlgorithm get ();
void set (SqlSymmetricKeyAlgorithm value);
}
function get Algorithm () : SqlSymmetricKeyAlgorithm
function set Algorithm (value : SqlSymmetricKeyAlgorithm)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlSymmetricKeyAlgorithm
.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.
See Also
Reference
ISql100DatabaseEncryptionKey Interface