Class NullCommandIdentityResolver
A null command identity resolver.
Inheritance
System.Object
NullCommandIdentityResolver
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Application.Console
Assembly: Kephas.Application.Console.dll
Syntax
[OverridePriority(Priority.Lowest)]
public class NullCommandIdentityResolver : ICommandIdentityResolver
Methods
| Improve this Doc View SourceResolveIdentity(IContext)
Resolves the identity of the processing context.
Declaration
public IIdentity ResolveIdentity(IContext context)
Parameters
Type | Name | Description |
---|---|---|
IContext | context | The context. |
Returns
Type | Description |
---|---|
System.Security.Principal.IIdentity | An IIdentity. |