Click or drag to resize

SignatureRequest Constructor (LoginContent)

Special constructor for create request with login message text for user login by certificate signing.

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public SignatureRequest(
	LoginContent content
)

Parameters

content
Type: ASDSoft.WebSigner.ContentLoginContent
Message text for user login.
See Also