IX509CertificateRequestCmc 介面 (certenroll.h)
IX509CertificateRequestCmc介面代表 CMC (CMS 憑證管理訊息,) 憑證要求。 CMC 要求一律會由 PKCS #7 憑證訊息語法包裝, (CMS) 物件。 因此, IX509CertificateRequestCmc 介面繼承自 IX509CertificateRequestPkcs7 介面。
CMC 要求包含 TagedAttribute、 TaggedRequest和 TaggedContentInfo ASN.1 結構的序列。 不支援 RFC 中所識別的 TaggedOtherMsg 結構。
CmcData ::= SEQUENCE
{
controlSequence ControlSequence,
reqSequence ReqSequence,
cmsSequence CmsSequence,
otherMsgSequence OtherMsgSequence
}
ControlSequence ::= SEQUENCE OF TaggedAttribute
ReqSequence ::= SEQUENCE OF TaggedRequest
CmsSequence ::= SEQUENCE OF TaggedContentInfo
OtherMsgSequence ::= SEQUENCE OF TaggedOtherMsg
TaggedAttribute ::= SEQUENCE
{
bodyPartID BodyPartID,
type EncodedObjectID,
values AttributeSetValue
}
TaggedRequest ::= CHOICE
{
tcr [0] IMPLICIT TaggedCertificationRequest
}
TaggedContentInfo ::= SEQUENCE
{
bodyPartID BodyPartID,
contentInfo ANY
}
BodyPartID ::= INTEGER (0..4294967295)
EncodedObjectID ::= OBJECT IDENTIFIER
AttributeSetValue ::= SET OF ANY
CMC 要求可以包含 TagedRequest 序列中的 PKCS #10 要求,或 TagedContentInfo 序列中的另一個 CMC 要求物件。 巢狀層級的可能數目沒有理論限制,但憑證授權單位單位通常會對要求大小設定實體限制。
TaggedAttribute序列包含延伸模組和選擇性屬性。 如需詳細資訊,請參閱 CMC 延伸模組 和 CMC 屬性。
繼承
IX509CertificateRequestCmc介面繼承自IX509CertificateRequestPkcs7。 IX509CertificateRequestCmc 也有下列類型的成員:
方法
IX509CertificateRequestCmc介面具有這些方法。
規格需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | certenroll.h |