6 overrides of ReadKeyIdentifierCore
System.IdentityModel (4)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
160protected override SecurityKeyIdentifier ReadKeyIdentifierCore(XmlReader reader)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
5577protected override SecurityKeyIdentifier ReadKeyIdentifierCore(XmlReader reader)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3696protected override SecurityKeyIdentifier ReadKeyIdentifierCore(XmlReader reader)
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
125protected override SecurityKeyIdentifier ReadKeyIdentifierCore(XmlReader reader)
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
132protected override SecurityKeyIdentifier ReadKeyIdentifierCore(XmlReader reader)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
307protected override SecurityKeyIdentifier ReadKeyIdentifierCore(XmlReader reader)
1 reference to ReadKeyIdentifierCore
System.IdentityModel (1)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (1)
103return ReadKeyIdentifierCore(reader);