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