3 references to SoapHexBinary
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
947return new SoapHexBinary(ToByteArray(SoapType.FilterBin64(value)));
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2284SoapHexBinary hexBinary = new SoapHexBinary(binaryExchange.BinaryData);
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (1)
81return new HexBinary(this.identificationData).ToString();