SQLServer 错误 33085 无法在加密提供程序库“%.*ls”中找到一个或多个方法。

详细信息

Attribute
产品名称 SQL Server
事件 ID 33085
事件源 MSSQLSERVER
组件 SQLEngine
符号名称 SEC_CRYPTOPROVE_METHOD_CANNOT_FOUND
消息正文 无法在加密提供程序库“%.*ls”中找到一个或多个方法。

说明

SQL Server无法使用错误消息中列出的加密提供程序。 该加密提供程序不支持所需的方法。 错误的状态指示未找到哪个方法。

状态 说明
1 SqlCryptInitializeProvider
2 SqlCryptFreeProvider
3 SqlCryptOpenSession
4 SqlCryptCloseSession
5 SqlCryptGetProviderInfo
6 SqlCryptGetNextAlgorithmId
7 SqlCryptGetAlgorithmInfo
8 SqlCryptCreateKey
9 SqlCryptDropKey
10 SqlCryptGetNextKeyId
11 SqlCryptGetKeyInfoByKeyId
12 SqlCryptGetKeyInfoByThumb
13 SqlCryptGetKeyInfoByName
14 SqlCryptExportKey
15 SqlCryptImportKey
16 SqlCryptEncrypt
17 SqlCryptDecrypt

用户操作

请与加密服务供应商联系以获得详细信息。

你可能感兴趣的