KeyEncryptionAlgorithm プロパティ
非対称キーの暗号化に使用される暗号化アルゴリズムを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property KeyEncryptionAlgorithm As AsymmetricKeyEncryptionAlgorithm
Get
'使用
Dim instance As AsymmetricKey
Dim value As AsymmetricKeyEncryptionAlgorithm
value = instance.KeyEncryptionAlgorithm
[SfcPropertyAttribute]
public AsymmetricKeyEncryptionAlgorithm KeyEncryptionAlgorithm { get; }
[SfcPropertyAttribute]
public:
property AsymmetricKeyEncryptionAlgorithm KeyEncryptionAlgorithm {
AsymmetricKeyEncryptionAlgorithm get ();
}
[<SfcPropertyAttribute>]
member KeyEncryptionAlgorithm : AsymmetricKeyEncryptionAlgorithm
function get KeyEncryptionAlgorithm () : AsymmetricKeyEncryptionAlgorithm
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .AsymmetricKeyEncryptionAlgorithm
非対称キーの暗号化に使用される暗号化アルゴリズムを示す AsymmetricKeyEncryptionAlgorithm オブジェクトの値です。