Click or drag to resize

SignRequestItemTitle Property

Content title for display in client window for selecting a certificate

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

Property Value

Type: String
Examples
Text for signing showed in client window, for example file name.
See Also