ClaimActionCollectionMapExtensions.DeleteClaim 메서드

정의

지정된 ClaimType을 사용하여 지정된 ClaimsIdentity에서 모든 클레임을 삭제합니다.

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

매개 변수

claimType
String

삭제할 클레임 유형

적용 대상