8 references to Matches
System.IdentityModel (8)
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (1)
57
return ReferenceEquals(this, that) || (that != null && that.
Matches
(this.identificationData));
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (1)
72
return
Matches
(encryptedKey) && this.encryptionMethod == encryptionMethod && this.carriedKeyName == carriedKeyName;
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
307
return kerbKeyIdentifierClause.
Matches
(CryptoHelper.ComputeHash(this.request));
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
247
return kerbKeyIdentifierClause.
Matches
(CryptoHelper.ComputeHash(this.apreq));
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
67
return
Matches
(GetRawData(certificate));
System\IdentityModel\Tokens\X509ThumbprintKeyIdentifierClause.cs (1)
45
return
Matches
(GetHash(certificate));
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
55
return ReferenceEquals(this, that) || (that != null && that.
Matches
(this.GetRawBuffer()));
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
236
return encKeyIdentifierClause.
Matches
(GetHash());