2
Answers

Get Value from claims.

Rohan

Rohan

2y
727
1

Hello everyone I have to try to get value from the claims table using this code

await _userCData.GetById(new UserDTO() { UserID = request.ID, ClaimType = SName, ClaimValue = result.Id });

But I have faced this issue

Argument 1: cannot convert from 'Service.Data.UserDTO' to 'long'

Answers (2)