Freigeben über


ISql90AsymmetricKey.Algorithm-Eigenschaft

Ruft den Hashalgorithmus ab, mit dem der Schlüssel erstellt wird, oder legt den Hashalgorithmus fest.

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

Syntax

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

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90AsymmetricKey Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace