4 overrides of SupportsCore
System.ServiceModel.Primitives (4)
System\IdentityModel\Security\WSTrust.cs (2)
98public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause) 147public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
222public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\XmlDsigSep2000.cs (1)
170public override bool SupportsCore(SecurityKeyIdentifierClause keyIdentifierClause)
2 references to SupportsCore
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (2)
274if (keyIdentifierClauseEntry.SupportsCore(keyIdentifierClause)) 289if (keyIdentifierClauseEntry.SupportsCore(keyIdentifierClause))