Click or drag to resize

IAuthenticationPersistorRestoreUser Method

Restore User from serialized user identification for client application requests.

Namespace:  ASDSoft.WebSigner.Server.Context
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
void RestoreUser(
	string userIdentification
)

Parameters

userIdentification
Type: SystemString
Serialized user identification stored on creation signature session by GetCurrentUserIdentification.
Remarks
See Also