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