5 overrides of Matches
dotnet-svcutil-lib (5)
CodeDomFixup\System.ServiceModel.FederationCodeGen.cs (2)
13public override bool Matches(SecurityKeyIdentifierClause keyIdentifierClause) => default; 20public override bool Matches(SecurityKeyIdentifierClause keyIdentifierClause) => default;
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (1)
51public override bool Matches(SecurityKeyIdentifierClause keyIdentifierClause)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
60public override bool Matches(SecurityKeyIdentifierClause keyIdentifierClause)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
50public override bool Matches(SecurityKeyIdentifierClause keyIdentifierClause)