6 overrides of WriteKeyIdentifierCore
System.IdentityModel (4)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
197protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
5603protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3711protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier)
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
149protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier)
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
142protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
332protected override void WriteKeyIdentifierCore(XmlWriter writer, SecurityKeyIdentifier keyIdentifier)
1 reference to WriteKeyIdentifierCore
System.IdentityModel (1)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (1)
116WriteKeyIdentifierCore(writer, keyIdentifier);