ISql100DatabaseEncryptionKey.Algorithm – vlastnost
Získá nebo nastaví algoritmus klíče.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Property Algorithm As SqlSymmetricKeyAlgorithm
Get
Set
SqlSymmetricKeyAlgorithm Algorithm { get; set; }
property SqlSymmetricKeyAlgorithm Algorithm {
SqlSymmetricKeyAlgorithm get ();
void set (SqlSymmetricKeyAlgorithm value);
}
abstract Algorithm : SqlSymmetricKeyAlgorithm with get, set
function get Algorithm () : SqlSymmetricKeyAlgorithm
function set Algorithm (value : SqlSymmetricKeyAlgorithm)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlSymmetricKeyAlgorithm
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.