public CmsSignedDataParser(
CmsTypedStream signedContent,
byte[] sigBlock
)
Public Sub New (
signedContent As CmsTypedStream,
sigBlock As Byte()
)
public:
CmsSignedDataParser(
CmsTypedStream^ signedContent,
array<unsigned char>^ sigBlock
)
Org.BouncyCastle.Cms.CmsSignedDataParser = function(signedContent, sigBlock);