3 references to RsaKeyValue
System.IdentityModel (3)
System\IdentityModel\Claims\ClaimsConversionHelper.cs (1)
198_valueType = ClaimValueTypes.RsaKeyValue;
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
169ClaimsIdentity identity = new ClaimsIdentity(new Claim[] { new Claim(ClaimTypes.Rsa, rsaToken.Rsa.ToXmlString(false), ClaimValueTypes.RsaKeyValue, ClaimsIdentity.DefaultIssuer) }, AuthenticationTypes.Signature);
System\IdentityModel\X509Util.cs (1)
242claimsCollection.Add(new Claim(ClaimTypes.Rsa, rsa.ToXmlString(false), ClaimValueTypes.RsaKeyValue, issuer));