2 overrides of ReadKeyIdentifierClauseCore
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
246protected override SecurityKeyIdentifierClause ReadKeyIdentifierClauseCore(XmlReader reader)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
323protected override SecurityKeyIdentifierClause ReadKeyIdentifierClauseCore(XmlReader reader)
1 reference to ReadKeyIdentifierClauseCore
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\SecurityTokenSerializer.cs (1)
126return ReadKeyIdentifierClauseCore(reader);