CryptographicProvider.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.