|
KeyService::DecryptData |
( |
binary |
pEncryptedData, |
|
|
wstring |
wstrProdName, |
|
|
wstring |
wstrProdVersion, |
|
|
[out] binary |
pDecryptedData |
|
) |
| |
Method unprotects crypto container created by EncryptData.
- Parameters:
-
pEncryptedData | [in] (binary) Encrypted data |
wstrProdName | [in, optional] (wstring) Product name |
wstrProdVersion | [in, optional] (wstring) Product version |
pDecryptedData | [out] (binary) Decrypted data |
|