CreateAsymmetricKeyStatement.EncryptionAlgorithm 属性
Gets or sets the encryption algorithm to use.
命名空间: 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
The encryption algorithm to use.