I ma getting error 100 character limit when the Signer name exceed 1000 characters. Is there a way to increase the length of Signer name?
Signer signer = new()
{
Name = “more than 100 characters”,
Email = exchangor.Email,
RecipientId = Convert.ToString(indexSuffix),
…….
}