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

Transform a Subject to a token that asserts an identity.

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

Syntax

C#
Object TransformIdentity(
	IPrincipal principal
)

Parameters

principal
Type: System.Security.Principal..::.IPrincipal
The IPrincipal representing a user.

Return Value

The token that asserts identity.

Exceptions

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

See Also