FormEntryBuilder DigitalSignature Method (Stream, String)frevvo Live Forms
Add an xml signature to this builder from a given stream

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

[ObsoleteAttribute("This method is deprecated, please use FormEntryBuilder.DigitalSignature(inputStream, contentType, fileName) instead.")]
public FormEntryBuilder DigitalSignature(
	Stream inputStream,
	string contentType
)

Return Value

Type: FormEntryBuilder
a reference to this builder
See Also