Click or drag to resize
GDSecureMimeDecoderBuffer Property
Gets or sets the current data buffer.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IBuffer Buffer { get; set; }

Property Value

Type: IBuffer
Result of the most recent DecodeAsync, DecryptAsync or VerifySignatureAsync.
Remarks
Setting this will reset the state of the decoder with exception of decryption certificates.
See Also