Aracılığıyla paylaş


ClaimActionCollectionMapExtensions.DeleteClaim Yöntem

Tanım

Verilen ClaimsType ile verilen ClaimsIdentity'den tüm talepleri silin.

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)

Parametreler

claimType
String

Silinecek talep türü

Şunlara uygulanır