ISql90AsymmetricKey.Algorithm (Propiedad)

Obtiene o establece el algoritmo que se usa para crear la clave.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90AsymmetricKey Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)