Click or drag to resize

IAuthenticationPersistorGetCurrentUserIdentification Method

Get identification of current user for store in SignatureSession.

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

Return Value

Type: String
User identification (for example from current HttpContext).
Remarks
Default implementation return Name from User. Called by infrastructure during creating new SignatureSession.
See Also