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