Partager via


Propriété CreateAsymmetricKeyStatement.EncryptionAlgorithm

Gets or sets the encryption algorithm to use.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property EncryptionAlgorithm As EncryptionAlgorithm 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.EncryptionAlgorithm
The encryption algorithm to use.

Voir aussi

Référence

CreateAsymmetricKeyStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom