| 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 string GetCurrentUserIdentification()
Return Value
Type:
StringUser identification (for example from current HttpContext).
Remarks
Default implementation return
Name from
User.
Called by infrastructure during creating new SignatureSession.
See Also