RoleManager<TRole>.RemoveClaimAsync(TRole, Claim) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
역할에서 클레임을 제거합니다.
public:
virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ RemoveClaimAsync(TRole role, System::Security::Claims::Claim ^ claim);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> RemoveClaimAsync (TRole role, System.Security.Claims.Claim claim);
abstract member RemoveClaimAsync : 'Role * System.Security.Claims.Claim -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.RemoveClaimAsync : 'Role * System.Security.Claims.Claim -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Public Overridable Function RemoveClaimAsync (role As TRole, claim As Claim) As Task(Of IdentityResult)
매개 변수
- role
- TRole
클레임을 제거할 역할입니다.
- claim
- Claim
제거할 클레임입니다.
반환
Task 작업의 를 포함하는 IdentityResult 비동기 작업을 나타내는 입니다.