Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The default implementation of the IIdentityAsserter.

Namespace:  Tangosol.Net.Security.Impl
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public class DefaultIdentityAsserter : IIdentityAsserter

Remarks

The default implementation asserts that the token is an IPrincipal.

Inheritance Hierarchy

System..::.Object
  Tangosol.Net.Security.Impl..::.DefaultIdentityAsserter

See Also