7 overrides of SupportsCore
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\IdentityModel\Security\WSTrust.cs (2)
104
public override bool
SupportsCore
(SecurityKeyIdentifierClause keyIdentifierClause)
149
public override bool
SupportsCore
(SecurityKeyIdentifierClause keyIdentifierClause)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
232
public override bool
SupportsCore
(SecurityKeyIdentifierClause keyIdentifierClause)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlDsigSep2000.cs (3)
101
public override bool
SupportsCore
(SecurityKeyIdentifierClause keyIdentifierClause)
142
public override bool
SupportsCore
(SecurityKeyIdentifierClause keyIdentifierClause)
183
public override bool
SupportsCore
(SecurityKeyIdentifierClause keyIdentifierClause)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
98
public override bool
SupportsCore
(SecurityKeyIdentifierClause keyIdentifierClause)
2 references to SupportsCore
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\KeyInfoSerializer.cs (2)
280
if (keyIdentifierClauseEntry.
SupportsCore
(keyIdentifierClause))
293
if (keyIdentifierClauseEntry.
SupportsCore
(keyIdentifierClause))