4 references to Uri
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
286
claims.Add(new Claim(ClaimTypes.
Uri
, value, ClaimValueTypes.String, Options.ClaimsIssuer));
Microsoft.AspNetCore.Authentication.Test (1)
CertificateTests.cs (1)
551
actual = responseAsXml.Elements("claim").Where(claim => claim.Attribute("Type").Value == ClaimTypes.
Uri
);
SocialSample (2)
Startup.cs (2)
88
o.ClaimActions.MapJsonKey("urn:twitter:profilepicture", "profile_image_url", ClaimTypes.
Uri
);
187
o.ClaimActions.MapJsonKey(ClaimTypes.
Uri
, "website");