4 references to Parse
System.ServiceModel.Primitives (4)
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;