IEnroll4::addBlobPropertyToCertificateWStr method (xenroll.h)
[This method is no longer available for use as of Windows Server 2008 and Windows Vista.]
The addBlobPropertyToCertificateWStr method adds a BLOB property to a certificate. This method was first defined in the IEnroll4 interface.
Syntax
HRESULT addBlobPropertyToCertificateWStr(
[in] LONG lPropertyId,
[in] LONG lReserved,
[in] PCRYPT_DATA_BLOB pBlobProperty
);
Parameters
[in] lPropertyId
The identifier of the BLOB property to add to the certificate.
[in] lReserved
This parameter is reserved. Must be zero.
[in] pBlobProperty
A pointer to a CRYPT_DATA_BLOB structure that represents the data for the BLOB property.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | xenroll.h |
Library | Uuid.lib |
DLL | Xenroll.dll |