Compartir a través de


CreateAsymmetricKeyStatement.EncryptionAlgorithm Propiedad

Gets or sets the encryption algorithm to use.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property EncryptionAlgorithm As EncryptionAlgorithm 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

CreateAsymmetricKeyStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom