6 references to Prefix
System.IdentityModel (6)
System\IdentityModel\Protocols\WSTrust\WSTrust13ConstantsAdapter.cs (1)
21Prefix = WSTrust13Constants.Prefix;
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (3)
227writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.SecondaryParameters, WSTrust13Constants.NamespaceURI); 245writer.WriteElementString(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.NamespaceURI, (string)elementValue); 258writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.ValidateTarget, WSTrust13Constants.NamespaceURI);
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (2)
148writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.RequestSecurityTokenResponseCollection, WSTrust13Constants.NamespaceURI); 193writer.WriteElementString(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.NamespaceURI, (string)elementValue);