6 overrides of SupportsCore
System.IdentityModel (6)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (5)
371public override bool SupportsCore(SecurityKeyIdentifierClause clause) 537public override bool SupportsCore(SecurityKeyIdentifierClause clause) 655public override bool SupportsCore(SecurityKeyIdentifierClause clause) 747public override bool SupportsCore(SecurityKeyIdentifierClause clause) 794public override bool SupportsCore(SecurityKeyIdentifierClause clause)
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
236public override bool SupportsCore(SecurityKeyIdentifierClause clause)
3 references to SupportsCore
System.IdentityModel (3)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
278if (this.strEntries[i].SupportsCore(keyIdentifierClause)) 290if (this.strEntries[i].SupportsCore(keyIdentifierClause))
System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
72if (this.StrEntries[i].SupportsCore(keyIdentifierClause))