Discuss this help topic in SecureBlackbox Forum
This method creates a new CMS message.
Declaration
Parameters
- DataStream - stream with message content
- Offset - index of the first byte of message content data in DataStream
- Size - size of the message content (number of bytes to be read from DataStream)
- Buffer - buffer with with message content
- StartIndex - index of the first byte of message content data in Buffer
Description
Use this method to create a CMS message and load its content from stream or buffer.
Discuss this help topic in SecureBlackbox Forum