8 references to Parse
mscorlib (1)
system\runtime\remoting\message.cs (1)
700ret = SoapHexBinary.Parse(strValue);
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2243binaryData = SoapHexBinary.Parse(reader.ReadElementContentAsString()).Value;
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
355bytes = HexBinary.Parse(reader.ReadContentAsString()).Value;
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
464binaryData = SoapHexBinary.Parse(dicReader.ReadElementContentAsString()).Value;
System\IdentityModel\WrappedReader.cs (1)
183byte[] value = isBase64 ? Convert.FromBase64String(encodedValue) : HexBinary.Parse(encodedValue).Value;
System.ServiceModel (3)
System\ServiceModel\Security\WSSecurityJan2004.cs (2)
128binaryData = HexBinary.Parse(encodedData).Value; 156binaryData = HexBinary.Parse(reader.ReadElementContentAsString()).Value;
System\ServiceModel\Security\WSTrust.cs (1)
883negotiationData = HexBinary.Parse(encodedBlob).Value;