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

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

public FormEntryBuilder DigitalSignature(
	string fileName,
	string contentType = "application/xml"
)

Parameters

fileName
Type: OnlineSystem String
Fully qualified path to file to use as signature xml
contentType (Optional)
Type: OnlineSystem String
content type of the file - default value of "application/xml"

Return Value

Type: FormEntryBuilder
a reference to this builder
See Also