ClaimActionCollectionUniqueExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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) |
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. |