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