Class BaseIdentityProvider
- Namespace
- Cratis.Chronicle.Identities
- Assembly
- Cratis.Chronicle.dll
Represents a null implementation of IIdentityProvider.
public class BaseIdentityProvider : IIdentityProvider
- Inheritance
-
BaseIdentityProvider
- Implements
- Inherited Members
Methods
ClearCurrentIdentity()
Clears the current identity.
public void ClearCurrentIdentity()
GetCurrent()
Gets the current identity.
protected virtual Identity GetCurrent()
Returns
SetCurrentIdentity(Identity)
Sets the current identity.
public void SetCurrentIdentity(Identity identity)
Parameters
identity
IdentityIdentity to set.