4 overrides of SupportsCore
System.ServiceModel.Primitives (4)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
318public override bool SupportsCore(SecurityKeyIdentifierClause clause) 435public override bool SupportsCore(SecurityKeyIdentifierClause clause) 489public override bool SupportsCore(SecurityKeyIdentifierClause clause)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
161public override bool SupportsCore(SecurityKeyIdentifierClause clause)
3 references to SupportsCore
System.ServiceModel.Primitives (3)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
226if (StrEntries[i].SupportsCore(keyIdentifierClause)) 238if (StrEntries[i].SupportsCore(keyIdentifierClause))
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
56if (StrEntries[i].SupportsCore(keyIdentifierClause))