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

Simple IPrincipal implementation that extends GenericPrincipal, implementing only Equals and GetHashCode. For hash code generation and equality comparison, SimplePrincipal uses only the Identity.Name property.

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

Syntax

C#
public class SimplePrincipal : GenericPrincipal

Inheritance Hierarchy

System..::.Object
  System.Security.Principal..::.GenericPrincipal
    Tangosol.Net.Security.Impl..::.SimplePrincipal

See Also