Table of Contents

TUserClaims.Exists Method

Indicates whether a claim with the given name exists in the collection.

Syntax

Unit: Sparkle.Security

function TUserClaims.Exists(const Name: string): Boolean;

Parameters

<-> Parameter Type Description
const Name string The claim name to look up.

Returns

True if the claim exists; otherwise False.

See also