6 references to Value
System.IdentityModel (6)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (6)
210if (reader.IsStartElement(WSAuthorizationConstants.Elements.Value, ns)) 219value = reader.ReadElementContentAsString(WSAuthorizationConstants.Elements.Value, ns); 627if (reader.IsStartElement(WSAuthorizationConstants.Elements.Value, WSAuthorizationConstants.Namespace)) 629value = reader.ReadElementContentAsString(WSAuthorizationConstants.Elements.Value, WSAuthorizationConstants.Namespace); 945writer.WriteElementString(prefix, WSAuthorizationConstants.Elements.Value, ns, claim.Value); 1340writer.WriteElementString(WSAuthorizationConstants.Elements.Value, WSAuthorizationConstants.Namespace, item.Value);