22 references to NamespaceURI
System.IdentityModel (22)
System\IdentityModel\Protocols\WSTrust\WSTrust13ConstantsAdapter.cs (1)
20
NamespaceURI = WSTrust13Constants.
NamespaceURI
;
System\IdentityModel\Protocols\WSTrust\WSTrust13RequestSerializer.cs (13)
67
if (reader.IsStartElement(WSTrust13Constants.ElementNames.SecondaryParameters, WSTrust13Constants.
NamespaceURI
))
73
if (reader.IsStartElement(WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.
NamespaceURI
))
78
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WSTrustSerializationException(SR.GetString(SR.ID3135, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.
NamespaceURI
, rst.KeyWrapAlgorithm)));
84
if (reader.IsStartElement(WSTrust13Constants.ElementNames.ValidateTarget, WSTrust13Constants.
NamespaceURI
))
135
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new WSTrustSerializationException(SR.GetString(SR.ID3135, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.
NamespaceURI
, rst.KeyWrapAlgorithm)));
227
writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.SecondaryParameters, WSTrust13Constants.
NamespaceURI
);
245
writer.WriteElementString(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.
NamespaceURI
, (string)elementValue);
255
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("elementValue", SR.GetString(SR.ID3222, WSTrust13Constants.ElementNames.ValidateTarget, WSTrust13Constants.
NamespaceURI
, typeof(SecurityTokenElement), elementValue));
258
writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.ValidateTarget, WSTrust13Constants.
NamespaceURI
);
292
return reader.IsStartElement(WSTrust13Constants.ElementNames.RequestSecurityToken, WSTrust13Constants.
NamespaceURI
);
321
WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.
NamespaceURI
))
331
WSTrust13Constants.
NamespaceURI
,
336
WSTrust13Constants.ElementNames.SecondaryParameters, WSTrust13Constants.
NamespaceURI
))
System\IdentityModel\Protocols\WSTrust\WSTrust13ResponseSerializer.cs (7)
36
if (reader.IsStartElement(WSTrust13Constants.ElementNames.RequestSecurityTokenResponseCollection, WSTrust13Constants.
NamespaceURI
))
38
reader.ReadStartElement(WSTrust13Constants.ElementNames.RequestSecurityTokenResponseCollection, WSTrust13Constants.
NamespaceURI
);
78
if (reader.IsStartElement(WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.
NamespaceURI
))
148
writer.WriteStartElement(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.RequestSecurityTokenResponseCollection, WSTrust13Constants.
NamespaceURI
);
193
writer.WriteElementString(WSTrust13Constants.Prefix, WSTrust13Constants.ElementNames.KeyWrapAlgorithm, WSTrust13Constants.
NamespaceURI
, (string)elementValue);
217
return reader.IsStartElement(WSTrust13Constants.ElementNames.RequestSecurityTokenResponseCollection, WSTrust13Constants.
NamespaceURI
)
218
|| reader.IsStartElement(WSTrust13Constants.ElementNames.RequestSecurityTokenResponse, WSTrust13Constants.
NamespaceURI
);
System\IdentityModel\Protocols\WSTrust\WSTrustConstantsAdapter.cs (1)
111
else if (StringComparer.Ordinal.Equals(ns, WSTrust13Constants.
NamespaceURI
))