Table of Contents

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

Identity

The Identity.

SetCurrentIdentity(Identity)

Sets the current identity.

public void SetCurrentIdentity(Identity identity)

Parameters

identity Identity

Identity to set.