Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Asserts an identity based on a token-based identity assertion.

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

Syntax

C#
IPrincipal AssertIdentity(
	Object oToken
)

Parameters

oToken
Type: System..::.Object
The actual token that asserts identity.

Return Value

An IPrincipal representing the identity.

Exceptions

ExceptionCondition
System.Security..::.SecurityException If the identity assertion fails.

See Also