ISql90AsymmetricKey.Algorithm – vlastnost
Získá nebo nastaví algoritmus, který slouží k vytvoření 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 SqlAsymmetricKeyAlgorithm
Get
Set
SqlAsymmetricKeyAlgorithm Algorithm { get; set; }
property SqlAsymmetricKeyAlgorithm Algorithm {
SqlAsymmetricKeyAlgorithm get ();
void set (SqlAsymmetricKeyAlgorithm value);
}
abstract Algorithm : SqlAsymmetricKeyAlgorithm with get, set
function get Algorithm () : SqlAsymmetricKeyAlgorithm
function set Algorithm (value : SqlAsymmetricKeyAlgorithm)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlAsymmetricKeyAlgorithm
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.