[]
Gets or sets the signature comments entered in the sign dialog.
Use this property to retrieve the comment text stored in this SignatureDetails instance for a digital signature.
public string SignatureComments { get; set; }
Public Property SignatureComments As String
SignatureDetails details = new SignatureDetails();
details.SignatureComments = "Approved for release";
string comments = details.SignatureComments;