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