使用する暗号化アルゴリズムを取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property EncryptionAlgorithm As EncryptionAlgorithm
Get
Set
'使用
Dim instance As CreateAsymmetricKeyStatement
Dim value As EncryptionAlgorithm
value = instance.EncryptionAlgorithm
instance.EncryptionAlgorithm = value
public EncryptionAlgorithm EncryptionAlgorithm { get; set; }
public:
property EncryptionAlgorithm EncryptionAlgorithm {
EncryptionAlgorithm get ();
void set (EncryptionAlgorithm value);
}
member EncryptionAlgorithm : EncryptionAlgorithm with get, set
function get EncryptionAlgorithm () : EncryptionAlgorithm
function set EncryptionAlgorithm (value : EncryptionAlgorithm)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionAlgorithm
使用する暗号化アルゴリズム。