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