Freigeben über


AlgorithmKeyOption.Algorithm-Eigenschaft

Gibt den zu verwendenden EncryptionAlgorithm an.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EncryptionAlgorithm
Gibt EncryptionAlgorithm zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

AlgorithmKeyOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace