6 references to Rsa
System.IdentityModel (4)
System\IdentityModel\Selectors\SamlSecurityTokenAuthenticator.cs (2)
192return new DefaultClaimSet(new Claim(ClaimTypes.Rsa, rsaKeyIdentifierClause.Rsa, Rights.PossessProperty)); 237return SecurityUtils.CreateIdentity(rsaKeyIdentifierClause.Rsa.ToXmlString(false), this.GetType().Name);
System\IdentityModel\Tokens\IssuerTokenResolver.cs (1)
152token = new RsaSecurityToken( rsaClause.Rsa );
System\IdentityModel\Tokens\SamlSerializer.cs (1)
232token = new RsaSecurityToken(rsaClause.Rsa);
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
2154token = new RsaSecurityToken(((RsaKeyIdentifierClause)keyIdentifierClause).Rsa);
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
498token = new RsaSecurityToken(rsaClause.Rsa);