IRgfUserClaimsServiceCreateUserClaims Method

[Missing <summary> documentation for "M:Recrovit.RecroGridFramework.Identity.IRgfUserClaimsService.CreateUserClaims(System.Security.Claims.ClaimsPrincipal,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

Definition

Namespace: Recrovit.RecroGridFramework.Identity
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.1
C#
IEnumerable<KeyValuePair<string, string>> CreateUserClaims(
	ClaimsPrincipal principal,
	List<KeyValuePair<string, string>> calms = null
)

Parameters

principal  ClaimsPrincipal

[Missing <param name="principal"/> documentation for "M:Recrovit.RecroGridFramework.Identity.IRgfUserClaimsService.CreateUserClaims(System.Security.Claims.ClaimsPrincipal,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

calms  ListKeyValuePairString, String  (Optional)

[Missing <param name="calms"/> documentation for "M:Recrovit.RecroGridFramework.Identity.IRgfUserClaimsService.CreateUserClaims(System.Security.Claims.ClaimsPrincipal,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

Return Value

IEnumerableKeyValuePairString, String

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.Identity.IRgfUserClaimsService.CreateUserClaims(System.Security.Claims.ClaimsPrincipal,System.Collections.Generic.List{System.Collections.Generic.KeyValuePair{System.String,System.String}})"]

See Also