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