Initializes a new instance of the SignerData class. Each of the specified parts of information can be set to null or an empty string, if not needed.

SignerData(String, String, String, String, String)

public SignerData(string name, string title, string address, string contactInfo, string reason);
Public Sub New(ByVal name As String, ByVal title As String, ByVal address As String, ByVal contactInfo As String, ByVal reason As String)

Parameters

Parameter Description
name Specifies the name of a suggested signer.
title Specifies the title of a suggested signer.
address Specifies the address of a suggested signer.
contactInfo Specifies contact information of a suggested signer.
reason Specifies a reason why the document is signed.