IX509AttributeArchiveKey::get_EncryptionAlgorithm 方法 (certenroll.h)

EncryptionAlgorithm 属性检索用于加密私钥的对称加密算法 (OID) 对象标识符

此属性为只读。

语法

HRESULT get_EncryptionAlgorithm(
  IObjectId **ppValue
);

参数

ppValue

返回值

备注

调用 InitializeEncode 方法或 InitializeDecode 方法来初始化 EncryptionAlgorithm 属性。 可以调用以下属性来检索原始数据:

要求

   
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2008 [仅限桌面应用]
目标平台 Windows
标头 certenroll.h
DLL CertEnroll.dll

另请参阅

IX509AttributeArchiveKey