Hi:
How to add properties in asp.net identity,please?
ex:
ClaimsIdentity ci = actionContext.RequestContext.Principal.Identity as ClaimsIdentity;
string device_id=ci.DeviceID; // How to add "DeviceID" property to Identity,please?
Hi:
How to add properties in asp.net identity,please?
ex:
ClaimsIdentity ci = actionContext.RequestContext.Principal.Identity as ClaimsIdentity;
string device_id=ci.DeviceID; // How to add "DeviceID" property to Identity,please?