4 references to RsaKeyIdentifierClause
System.IdentityModel (3)
System\IdentityModel\Tokens\AsymmetricProofDescriptor.cs (1)
35_keyIdentifier = new SecurityKeyIdentifier(new RsaKeyIdentifierClause(rsaAlgorithm));
System\IdentityModel\Tokens\RsaSecurityToken.cs (1)
193return (T)((object)new RsaKeyIdentifierClause(this.rsa));
System\IdentityModel\Tokens\XmlDsigSep2000.cs (1)
195return new RsaKeyIdentifierClause( rsa );
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
912RsaKeyIdentifierClause rsaClause = new RsaKeyIdentifierClause(negotiationState.Rsa);