Click or drag to resize

NothingAuthenticationPersistor Class

Do not persist and restore user identity for situation, when application not need it.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.ContextNothingAuthenticationPersistor

Namespace:  ASDSoft.WebSigner.Server.Context
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
public sealed class NothingAuthenticationPersistor : IAuthenticationPersistor

The NothingAuthenticationPersistor type exposes the following members.

Constructors
  NameDescription
Public methodNothingAuthenticationPersistor
Initializes a new instance of the NothingAuthenticationPersistor class
Top
Methods
  NameDescription
Public methodGetCurrentUserIdentification
Always return Empty
Public methodRestoreUser
Do nothing.
Top
See Also