7 overrides of SupportsCore
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (2)
104public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause) 149public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
232public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlDsigSep2000.cs (3)
101public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause) 142public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause) 183public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
98public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause)
2 references to SupportsCore
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (2)
280if (keyIdentifierClauseEntry.SupportsCore(keyIdentifierClause)) 293if (keyIdentifierClauseEntry.SupportsCore(keyIdentifierClause))