1 write to Value
System.ServiceModel.Primitives (1)
Internals\System\Runtime\Remoting\SoapHexBinary.cs (1)
20Value = value;
6 references to Value
System.ServiceModel.Primitives (6)
Internals\System\Runtime\Remoting\SoapHexBinary.cs (2)
28for (int i = 0; i < Value.Length; i++) 30string s = Value[i].ToString("X", CultureInfo.InvariantCulture);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
302bytes = HexBinary.Parse(reader.ReadContentAsString()).Value;
System\ServiceModel\Security\WSSecurityJan2004.cs (2)
118binaryData = HexBinary.Parse(encodedData).Value; 146binaryData = HexBinary.Parse(reader.ReadElementContentAsString()).Value;
System\ServiceModel\Security\WSTrust.cs (1)
799negotiationData = HexBinary.Parse(encodedBlob).Value;