6 overrides of ReadKeyIdentifierClauseCore
System.IdentityModel (4)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
246protected override SecurityKeyIdentifierClause ReadKeyIdentifierClauseCore(XmlReader reader)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
5572protected override SecurityKeyIdentifierClause ReadKeyIdentifierClauseCore(XmlReader reader)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3691protected override SecurityKeyIdentifierClause ReadKeyIdentifierClauseCore(XmlReader reader)
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
199protected override SecurityKeyIdentifierClause ReadKeyIdentifierClauseCore(XmlReader reader)
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
127protected override SecurityKeyIdentifierClause ReadKeyIdentifierClauseCore(XmlReader reader)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
356protected override SecurityKeyIdentifierClause ReadKeyIdentifierClauseCore(XmlReader reader)
1 reference to ReadKeyIdentifierClauseCore
System.IdentityModel (1)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (1)
125return ReadKeyIdentifierClauseCore(reader);