Click or drag to resize

DocumentSignerBaseTIdentificationDeserializeDocumentIdentifications Method

Deserialize identification object sended from client.

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected abstract Task<DocumentSignerBaseTIdentificationDocumentIdentification[]> DeserializeDocumentIdentifications(
	TIdentification[] identifications
)

Parameters

identifications
Type: TIdentification
Identification data sended by client

Return Value

Type: TaskDocumentSignerBaseTIdentificationDocumentIdentification
Deserialized document identification
See Also