10 references to Entropy
System.IdentityModel (10)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (10)
235if (reader.IsStartElement(trustConstants.Elements.Entropy, trustConstants.NamespaceURI)) 239reader.ReadStartElement(trustConstants.Elements.Entropy, trustConstants.NamespaceURI); 760requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Entropy, rst.Entropy, rst, context); 1000if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.Entropy)) 1005writer.WriteStartElement(trustConstants.Elements.Entropy, trustConstants.NamespaceURI); 1422if (reader.IsStartElement(trustConstants.Elements.Entropy, trustConstants.NamespaceURI)) 1426reader.ReadStartElement(trustConstants.Elements.Entropy, trustConstants.NamespaceURI); 1747responseSerializer.WriteXmlElement(writer, trustConstants.Elements.Entropy, rstr.Entropy, rstr, context); 1868if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.Entropy)) 1873writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.Entropy, trustConstants.NamespaceURI);