Click or drag to resize

SignRequestItemContent Property

Content for signing encoded to text presentation.

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataMemberAttribute(Name = "content")]
[RequiredAttribute]
public string Content { get; set; }

Property Value

Type: String
Examples
Text for signing
See Also