다음을 통해 공유


ClaimActionCollectionMapExtensions.MapAllExcept 메서드

정의

현재 ClaimsActions를 지우고 json 사용자 데이터의 모든 값을 지정된 형식을 제외한 클레임으로 매핑합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static void MapAllExcept(Microsoft::AspNetCore::Authentication::OAuth::Claims::ClaimActionCollection ^ collection, ... cli::array <System::String ^> ^ exclusions);
public static void MapAllExcept (this Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection collection, params string[] exclusions);
static member MapAllExcept : Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection * string[] -> unit
<Extension()>
Public Sub MapAllExcept (collection As ClaimActionCollection, ParamArray exclusions As String())

매개 변수

exclusions
String[]

제외할 형식입니다.

적용 대상