Click or drag to resize

DocumentSignerBaseTIdentificationCreateSignatureSession Method (TIdentification, String)

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected override Task<SignatureSession> CreateSignatureSession(
	TIdentification[] identifications,
	string category
)

Parameters

identifications
Type: TIdentification
Typed array of deserialized Identification required signing data.
category
Type: SystemString
Name of category configuration from element ASDSoft.WebSigner/SigningCategories

Return Value

Type: TaskSignatureSession
Signature session.
See Also