Sdílet prostřednictvím


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

Viz také

Odkaz

ISql90AsymmetricKey Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů