次の方法で共有


AsymmetricKey.KeyEncryptionAlgorithm プロパティ

非対称キーの暗号化に使用される暗号化アルゴリズムを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property KeyEncryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm 
    Get
'使用
Dim instance As AsymmetricKey 
Dim value As AsymmetricKeyEncryptionAlgorithm 

value = instance.KeyEncryptionAlgorithm
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AsymmetricKeyEncryptionAlgorithm KeyEncryptionAlgorithm { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AsymmetricKeyEncryptionAlgorithm KeyEncryptionAlgorithm {
    AsymmetricKeyEncryptionAlgorithm get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member KeyEncryptionAlgorithm : AsymmetricKeyEncryptionAlgorithm
function get KeyEncryptionAlgorithm () : AsymmetricKeyEncryptionAlgorithm

プロパティ値

型: Microsoft.SqlServer.Management.Smo.AsymmetricKeyEncryptionAlgorithm
非対称キーの暗号化に使用される暗号化アルゴリズムを示す AsymmetricKeyEncryptionAlgorithm オブジェクトの値です。

使用例

プロパティの設定

関連項目

参照

AsymmetricKey クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE ASYMMETRIC KEY (Transact-SQL)