2 references to Matches
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
46return ReferenceEquals(this, that) || (that != null && that.Matches(ContextId, _generation));
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1389return incomingTokenIdentifier != null && incomingTokenIdentifier.Matches(_sessionId, null);