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

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

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

Syntax

C#
IPrincipal AssertIdentity(
	Object oToken,
	IService service
)

Parameters

oToken
Type: System..::.Object
The actual token that asserts identity.
service
Type: Tangosol.Net..::.IService
The IService asserting the identity token.

Return Value

An IPrincipal representing the identity.

Exceptions

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

See Also