IBlockResult Unwrap(
byte[] cipherText,
int offset,
int length
)
Function Unwrap (
cipherText As Byte(),
offset As Integer,
length As Integer
) As IBlockResult
IBlockResult^ Unwrap(
array<unsigned char>^ cipherText,
int offset,
int length
)
function Unwrap(cipherText, offset, length);