Interface IAuthenticationContext
Interface for authentication context.
Inherited Members
System.Dynamic.IDynamicMetaObjectProvider.GetMetaObject(System.Linq.Expressions.Expression)
System.IDisposable.Dispose()
Namespace: Kephas.Security.Authentication
Assembly: Kephas.Core.dll
Syntax
public interface IAuthenticationContext : IContext, IExpando, IDynamicMetaObjectProvider, IIndexable, ILoggable, IDisposable
Properties
| Improve this Doc View SourceThrowOnFailure
Gets a value indicating whether to throw on failure.
Declaration
bool ThrowOnFailure { get; }
Property Value
Type | Description |
---|---|
System.Boolean | True if throw on failure, false if not. |