System.Security.Claims missing

need a little help with the problem. I developed a web application that should use applications to get information. I am trying to install a statement using System.Security.Claim, but claims are not an option. I have AccessControl, Authentication, Cryptography, Permissions, Policy, Principal and util. All the tutorials that I see have an imported version. What am I doing wrong?

I have links to microsoft.identitymodel as well as system.security in my links, but I'm still at a loss.

thanks

+4
source share
1 answer

System.Security.Claims 4.5 ; , "" "".

+6

Source: https://habr.com/ru/post/1607557/


All Articles