E
Eduardo Pavinato Klein
Hi.
I have a Embedded C++ DLL that exports byte arrays. My export function
header is:
BOOL RSATest_GetKeyPair (BYTE **pubKey, BYTE **privKey, DWORD & dwPubKSize,
DWORD & dwPrivKSize)
How do I do it on the .NET CF?
I don't know how to retrieve byte arrays from unmanaged code.
Thanks,
Eduardo
I have a Embedded C++ DLL that exports byte arrays. My export function
header is:
BOOL RSATest_GetKeyPair (BYTE **pubKey, BYTE **privKey, DWORD & dwPubKSize,
DWORD & dwPrivKSize)
How do I do it on the .NET CF?
I don't know how to retrieve byte arrays from unmanaged code.
Thanks,
Eduardo