ClaimActionCollectionUniqueExtensions.MapUniqueJsonKey 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
MapUniqueJsonKey(ClaimActionCollection, String, String) |
지정된 키 이름을 가진 json 사용자 데이터에서 최상위 값을 선택하고 클레임으로 추가합니다. ClaimsIdentity에 지정된 ClaimType이 있는 클레임이 이미 포함되어 있으면 이 작업을 수행하지 않습니다. 키를 찾을 수 없거나 값이 비어 있는 경우 이 작업을 수행하지 않습니다. |
MapUniqueJsonKey(ClaimActionCollection, String, String, String) |
지정된 키 이름을 가진 json 사용자 데이터에서 최상위 값을 선택하고 클레임으로 추가합니다. ClaimsIdentity에 지정된 ClaimType이 있는 클레임이 이미 포함되어 있으면 이 작업을 수행하지 않습니다. 키를 찾을 수 없거나 값이 비어 있는 경우 이 작업을 수행하지 않습니다. |
MapUniqueJsonKey(ClaimActionCollection, String, String)
지정된 키 이름을 가진 json 사용자 데이터에서 최상위 값을 선택하고 클레임으로 추가합니다. ClaimsIdentity에 지정된 ClaimType이 있는 클레임이 이미 포함되어 있으면 이 작업을 수행하지 않습니다. 키를 찾을 수 없거나 값이 비어 있는 경우 이 작업을 수행하지 않습니다.
public:
[System::Runtime::CompilerServices::Extension]
static void MapUniqueJsonKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey);
public static void MapUniqueJsonKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey);
static member MapUniqueJsonKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string -> unit
<Extension()>
Public Sub MapUniqueJsonKey (collection As ClaimActionCollection, claimType As String, jsonKey As String)
매개 변수
- collection
- ClaimActionCollection
- claimType
- String
클레임을 만들 때 Claim.Type에 사용할 값입니다.
- jsonKey
- String
json 사용자 데이터에서 찾을 최상위 키입니다.
적용 대상
MapUniqueJsonKey(ClaimActionCollection, String, String, String)
지정된 키 이름을 가진 json 사용자 데이터에서 최상위 값을 선택하고 클레임으로 추가합니다. ClaimsIdentity에 지정된 ClaimType이 있는 클레임이 이미 포함되어 있으면 이 작업을 수행하지 않습니다. 키를 찾을 수 없거나 값이 비어 있는 경우 이 작업을 수행하지 않습니다.
public:
[System::Runtime::CompilerServices::Extension]
static void MapUniqueJsonKey(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, System::String ^ claimType, System::String ^ jsonKey, System::String ^ valueType);
public static void MapUniqueJsonKey (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, string claimType, string jsonKey, string valueType);
static member MapUniqueJsonKey : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string * string * string -> unit
<Extension()>
Public Sub MapUniqueJsonKey (collection As ClaimActionCollection, claimType As String, jsonKey As String, valueType As String)
매개 변수
- collection
- ClaimActionCollection
- claimType
- String
클레임을 만들 때 Claim.Type에 사용할 값입니다.
- jsonKey
- String
json 사용자 데이터에서 찾을 최상위 키입니다.
- valueType
- String
클레임을 만들 때 Claim.ValueType에 사용할 값입니다.