protected virtual byte[] GenerateWrappedKey(
KeyParameter contentEncryptionKey
)
Protected Overridable Function GenerateWrappedKey (
contentEncryptionKey As KeyParameter
) As Byte()
protected:
virtual array<unsigned char>^ GenerateWrappedKey(
KeyParameter^ contentEncryptionKey
)
function GenerateWrappedKey(contentEncryptionKey);