IX509AttributeArchiveKey 介面 (certenroll.h)

IX509AttributeArchiveKey 介面代表屬性,其中包含要由證書頒發機構單位封存的加密私鑰。 密鑰會附加為未經驗證的屬性,以附加至 CMC 要求的主要簽章。 加密金鑰的哈希會編碼為 CMC 要求中的已驗證屬性。 如需詳細資訊,請參閱 IX509AttributeArchiveKeyHash 介面。

繼承

IX509AttributeArchiveKey 介面繼承自 IX509AttributeIX509AttributeArchiveKey 也有下列類型的成員:

方法

IX509AttributeArchiveKey 介面具有這些方法。

 
IX509AttributeArchiveKey::get_EncryptedKeyBlob

擷取包含加密金鑰的位元組數位。
IX509AttributeArchiveKey::get_EncryptionAlgorithm

擷取用來加密私鑰的對稱加密演演算法 (OID) 物件識別碼。
IX509AttributeArchiveKey::get_EncryptionStrength

擷取整數,其中包含用來加密密鑰之對稱演算法的加密強度。
IX509AttributeArchiveKey::InitializeDecode

從包含加密私鑰的 可辨別編碼規則 (DER) 編碼位元組陣組初始化物件。
IX509AttributeArchiveKey::InitializeEncode

從IX509PrivateKey對象、證書頒發機構單位加密憑證和對稱加密演演算法物件標識碼初始化屬性, (OID) 。

規格需求

需求
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平台 Windows
標頭 certenroll.h

另請參閱

CertEnroll 介面

IX509Attribute

IX509Attributes