Метод EnumEncryptionAlgorithms
Enumerates a list of encryption algorithms that are supported by the cryptographic provider.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function EnumEncryptionAlgorithms As DataTable
'Применение
Dim instance As CryptographicProvider
Dim returnValue As DataTable
returnValue = instance.EnumEncryptionAlgorithms()
public DataTable EnumEncryptionAlgorithms()
public:
DataTable^ EnumEncryptionAlgorithms()
member EnumEncryptionAlgorithms : unit -> DataTable
public function EnumEncryptionAlgorithms() : DataTable
Возвращаемое значение
Тип: System.Data. . :: . .DataTable
A DataTable object that lists all of the encryption algorithms that are supported by the cryptographic provider.
См. также