4 references to GetRawBuffer
System.IdentityModel (4)
System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (2)
67return ReferenceEquals(this, that) || (that != null && that.Matches(this.GetRawBuffer(), this.encryptionMethod, this.carriedKeyName)); 83Convert.ToBase64String(GetRawBuffer()), this.EncryptionMethod);
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (1)
55return ReferenceEquals(this, that) || (that != null && that.Matches(this.GetRawBuffer()));
System\ServiceModel\Security\EncryptedKeyHashIdentifierClause.cs (1)
35return string.Format(CultureInfo.InvariantCulture, "EncryptedKeyHashIdentifierClause(Hash = {0})", Convert.ToBase64String(GetRawBuffer()));