CmsAttachedSignature(IBuffer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of the CmsAttachedSignature class for the specified signed CMS message.
public:
CmsAttachedSignature(IBuffer ^ inputBlob);
CmsAttachedSignature(IBuffer const& inputBlob);
public CmsAttachedSignature(IBuffer inputBlob);
function CmsAttachedSignature(inputBlob)
Public Sub New (inputBlob As IBuffer)
Parameters
- inputBlob
- IBuffer
A signed CMS message blob.