ISql90AsymmetricKey.Algorithm 属性

获取或设置用于创建密钥的算法。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlAsymmetricKeyAlgorithm

.NET Framework 安全性

请参见

参考

ISql90AsymmetricKey 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间