Helper Functions (Certificate Enrollment API)

Each of the following sections discusses a function exported by Xenroll.dll. Each section also discusses how to use CertEnroll.dll to replace the function or indicates that no mapping between the two libraries exists.

binaryBlobToString

The binaryBlobToString function in Xenroll.dll converts a byte array to a string.

Using CertEnroll.dll, you can call the VariantByteArrayToString method on the IBinaryConverter interface.

stringToBinaryBlob

The stringToBinaryBlob function in Xenroll.dll converts a string to a byte array.

Using CertEnroll.dll, you can call the StringToVariantByteArray method on the IBinaryConverter interface.

Mapping Xenroll.dll to CertEnroll.dll

IBinaryConverter