CmsAttachedSignature(IBuffer) Constructor

Definition

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.

Applies to