哈希加密算法的算法标识符
ALG_ID
The ALG_ID data type specifies an algorithm identifier. Parameters of this data type are passed to most of the functions in CryptoAPI.
C++Copy
typedef unsigned int ALG_ID;
ALG_ID
ALG_ID数据类型指定算法标识符。这种数据类型的参数被传递给CryptoAPI中的大多数函数。
c++副本
typedef unsigned int ALG_ID;
The following table lists the algorithm identifiers that are currently defined. Authors of custom cryptographic service providers (CSPs) can define new values. Also, the ALG_ID used by custom CSPs for the key specifications AT_KEYEXCHANGE and AT_SIGNATURE are provider dependent. Current mappings follow the table.
下表列出了当前定义的算法标识符。自定义加密服务提供者(csp)的作者可以定义新值。此外,自定义csp用于密钥规范AT_KEYEXCHANGE和AT_SIGNATURE的ALG_ID是依赖于提供者的。当前映射如下表所示。