2 instantiations of SecurityKeyElement
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
2217holderKeys.Add(new SecurityKeyElement(keyIdentifier, resolver));
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2369subject.Crypto = new SecurityKeyElement(subject.KeyIdentifier, this.Configuration.ServiceTokenResolver);