Partilhar via


Propriedade ISql90AsymmetricKey.Algorithm

Obtém ou define o algoritmo usado para criar a chave.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90AsymmetricKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel