Compartir a través de


AlgorithmKeyOption.Algorithm (Propiedad)

Especifica el algoritmo de cifrado que se usará.

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 Algorithm As EncryptionAlgorithm
    Get
    Set
public EncryptionAlgorithm Algorithm { get; set; }
public:
property EncryptionAlgorithm Algorithm {
    EncryptionAlgorithm get ();
    void set (EncryptionAlgorithm value);
}
member Algorithm : EncryptionAlgorithm with get, set
function get Algorithm () : EncryptionAlgorithm
function set Algorithm (value : EncryptionAlgorithm)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionAlgorithm
Devuelve un objeto EncryptionAlgorithm.

Seguridad de .NET Framework

Vea también

Referencia

AlgorithmKeyOption Clase

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