5 references to Matches
System.ServiceModel.Primitives (5)
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (1)
54
return ReferenceEquals(this, that) || (that != null && that.
Matches
(_identificationData));
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
60
return
Matches
(encryptedKey) && _encryptionMethod == encryptionMethod && CarriedKeyName == carriedKeyName;
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
72
return
Matches
(GetRawData(certificate));
System\IdentityModel\Tokens\X509ThumbprintKeyIdentifierClause.cs (1)
50
return
Matches
(GetHash(certificate));
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
51
return ReferenceEquals(this, that) || (that != null && that.
Matches
(GetRawBuffer()));