Documentation Index
Fetch the complete documentation index at: https://easyaf.dev/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Assembly: CloudNimble.EasyAF.Core.dll
Namespace: System.Security.Claims
Inheritance: System.Object
Syntax
System.Security.Claims.EasyAF_ClaimsPrincipalExtensions
Properties
NameClaimType
Syntax
public static string NameClaimType { get; }
Property Value
Type: string
RoleClaimType
Syntax
public static string RoleClaimType { get; }
Property Value
Type: string
Methods
Initialize
Syntax
public static void Initialize()
Initialize
Syntax
public static void Initialize(string schemaUri, string idClaimName)
Parameters
| Name | Type | Description |
|---|
schemaUri | string | - |
idClaimName | string | - |
SetIdClaimName
Syntax
public static void SetIdClaimName(string idClaimName)
Parameters
| Name | Type | Description |
|---|
idClaimName | string | - |
SetSchemaUri
Sets the SchemaUrl used asyncthe basis for all custom claims.
Syntax
public static void SetSchemaUri(string schemaUri)
Parameters
| Name | Type | Description |
|---|
schemaUri | string | - |