ClaimActionCollectionUniqueExtensions 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ClaimActionCollection에 대한 확장 메서드입니다.
public ref class ClaimActionCollectionUniqueExtensions abstract sealed
public static class ClaimActionCollectionUniqueExtensions
type ClaimActionCollectionUniqueExtensions = class
Public Module ClaimActionCollectionUniqueExtensions
- 상속
-
ClaimActionCollectionUniqueExtensions
메서드
MapUniqueJsonKey(ClaimActionCollection, String, String, String) |
지정된 키 이름을 가진 json 사용자 데이터에서 최상위 값을 선택하고 클레임으로 추가합니다. ClaimsIdentity에 지정된 ClaimType이 있는 클레임이 이미 포함되어 있으면 이 작업을 수행하지 않습니다. 키를 찾을 수 없거나 값이 비어 있으면 이 작업을 수행하지 않습니다. |
MapUniqueJsonKey(ClaimActionCollection, String, String) |
지정된 키 이름을 가진 json 사용자 데이터에서 최상위 값을 선택하고 클레임으로 추가합니다. ClaimsIdentity에 지정된 ClaimType이 있는 클레임이 이미 포함되어 있으면 이 작업을 수행하지 않습니다. 키를 찾을 수 없거나 값이 비어 있으면 이 작업을 수행하지 않습니다. |