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