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)
193
return (T)((object)new
RsaKeyIdentifierClause
(this.rsa));
System\IdentityModel\Tokens\XmlDsigSep2000.cs (1)
195
return new
RsaKeyIdentifierClause
( rsa );
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
912
RsaKeyIdentifierClause rsaClause = new
RsaKeyIdentifierClause
(negotiationState.Rsa);