Click or drag to resize

SignRequestItemContentType Property

Content type (e.g. Text, Hash-Base64, BinaryData-Base64, Pdf-Base64, Xml-Base64, ...). Use API method GetSupportedContentTypes for getting possible values.

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

Property Value

Type: String
Examples
Text
See Also