2 references to GetRawBuffer
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\EncryptedKeyIdentifierClause.cs (2)
66return ReferenceEquals(this, that) || (that != null && that.Matches(this.GetRawBuffer(), _encryptionMethod, _carriedKeyName)); 82Convert.ToBase64String(GetRawBuffer()), this.EncryptionMethod);