Condividi tramite


Proprietà SymmetricKey.EncryptionAlgorithm

Gets or sets the symmetric key encryption algorithm.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm 
    Get
'Utilizzo
Dim instance As SymmetricKey 
Dim value As SymmetricKeyEncryptionAlgorithm 

value = instance.EncryptionAlgorithm
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public SymmetricKeyEncryptionAlgorithm EncryptionAlgorithm { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property SymmetricKeyEncryptionAlgorithm EncryptionAlgorithm {
    SymmetricKeyEncryptionAlgorithm get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EncryptionAlgorithm : SymmetricKeyEncryptionAlgorithm
function get EncryptionAlgorithm () : SymmetricKeyEncryptionAlgorithm

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.SymmetricKeyEncryptionAlgorithm
A SymmetricKeyEncryptionAlgorithm object value that specifies the encryption algorithm used by the symmetric key.

Esempi

Utilizzo della crittografia

Vedere anche

Riferimento

SymmetricKey Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Gerarchia di crittografia

CREATE SYMMETRIC KEY (Transact-SQL)