CmsDetachedSignature(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 CmsDetachedSignature class for the specified signed CMS message.
public:
CmsDetachedSignature(IBuffer ^ inputBlob);
CmsDetachedSignature(IBuffer const& inputBlob);
public CmsDetachedSignature(IBuffer inputBlob);
function CmsDetachedSignature(inputBlob)
Public Sub New (inputBlob As IBuffer)
Parameters
- inputBlob
- IBuffer
A signed CMS message blob.