3 references to GetRawBuffer
System.ServiceModel.Primitives (3)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (2)
55return ReferenceEquals(this, that) || (that != null && that.Matches(GetRawBuffer(), _encryptionMethod, CarriedKeyName)); 71Convert.ToBase64String(GetRawBuffer()), EncryptionMethod);
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
51return ReferenceEquals(this, that) || (that != null && that.Matches(GetRawBuffer()));