CreateAsymmetricKeyStatement.EncryptionAlgorithm (Propiedad)

Obtiene o establece el algoritmo de cifrado que se va a utilizar.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionAlgorithm
Devuelve un valor de enumeración EncryptionAlgorithm.

Seguridad de .NET Framework

Vea también

Referencia

CreateAsymmetricKeyStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)