Proprietà ISql90AsymmetricKey.Algorithm

Ottiene o imposta l'algoritmo utilizzato per creare la chiave.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlAsymmetricKeyAlgorithm

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90AsymmetricKey Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel