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