4 references to UseKey
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
358
if (reader.IsStartElement(trustConstants.Elements.
UseKey
, trustConstants.NamespaceURI))
805
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.
UseKey
, rst.UseKey, rst, context);
1095
if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.
UseKey
))
1109
writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.
UseKey
, trustConstants.NamespaceURI);