Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The default implementation of the IIdentityAsserter.

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

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