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