Свойство SymmetricKey.EncryptionAlgorithm

Gets or sets the symmetric key encryption algorithm.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EncryptionAlgorithm As SymmetricKeyEncryptionAlgorithm 
    Get
'Применение
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

Значение свойства

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

Примеры

Использование шифрования

См. также

Справочник

SymmetricKey Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Иерархия средств шифрования

CREATE SYMMETRIC KEY (Transact-SQL)