Click or drag to resize
GDSecureMimeDecoder Constructor
Construct a new decoder with an IBuffer provided as primary input.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public GDSecureMimeDecoder(
	IBuffer input
)

Parameters

input
Type: Windows.Storage.StreamsIBuffer
Buffer containing the SMIME message.
Remarks
No validation of input is made at this point.
See Also