> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ClaimsIdentity

> Extension methods for ClaimsIdentity from System.Security.Claims

## Definition

**Assembly:** System.Security.Claims.dll

**Namespace:** System.Security.Claims

## Syntax

```csharp theme={"dark"}
System.Security.Claims.ClaimsIdentity
```

## Summary

This type is defined in System.Security.Claims.

## Remarks

See [Microsoft documentation](https://learn.microsoft.com/dotnet/api/system.security.claims.claimsidentity) for more information about the rest of the API.

## Methods

### <Icon icon="puzzle-piece" iconType="duotone" color="#E0EC32" size={24} className="mr-2" /> StandardizeClaims <Badge color="green">Extension</Badge>

<Note>Extension method from `System.Security.Claims.EasyAF_ClaimsIdentityExtensions`</Note>

#### Syntax

```csharp theme={"dark"}
public static void StandardizeClaims(System.Security.Claims.ClaimsIdentity identity)
```

#### Parameters

| Name       | Type                                    | Description |
| ---------- | --------------------------------------- | ----------- |
| `identity` | `System.Security.Claims.ClaimsIdentity` | -           |
