Interface ICommandIdentityResolver
Singleton application service contract for the service resolving the executin command identity.
Namespace: Kephas.Application.Console
Assembly: Kephas.Application.Console.dll
Syntax
[SingletonAppServiceContract]
public interface ICommandIdentityResolver
Methods
| Improve this Doc View SourceResolveIdentity(IContext)
Resolves the identity of the processing context.
Declaration
IIdentity ResolveIdentity(IContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| IContext | context | The context. |
Returns
| Type | Description |
|---|---|
| System.Security.Principal.IIdentity | An IIdentity. |