ClaimActionCollectionUniqueExtensions Class

Definition

Extension methods for ClaimActionCollection.

public ref class ClaimActionCollectionUniqueExtensions abstract sealed
public static class ClaimActionCollectionUniqueExtensions
type ClaimActionCollectionUniqueExtensions = class
Public Module ClaimActionCollectionUniqueExtensions
Inheritance
ClaimActionCollectionUniqueExtensions

Methods

MapUniqueJsonKey(ClaimActionCollection, String, String)

Selects a top level value from the json user data with the given key name and adds it as a Claim. This no-ops if the ClaimsIdentity already contains a Claim with the given ClaimType. This no-ops if the key is not found or the value is empty.

MapUniqueJsonKey(ClaimActionCollection, String, String, String)

Selects a top level value from the json user data with the given key name and adds it as a Claim. This no-ops if the ClaimsIdentity already contains a Claim with the given ClaimType. This no-ops if the key is not found or the value is empty.

Applies to