1 write to Namespace
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
574
this.
Namespace
= dictionary.CreateString(ServiceModelStringsVersion1.String36, 36);
15 references to Namespace
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\MessageSecurityTokenVersion.cs (2)
35
XD.SecurityJan2004Dictionary.
Namespace
.Value,
65
XD.SecurityJan2004Dictionary.
Namespace
.Value,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityVersion.cs (1)
150
: base(XD.SecurityJan2004Dictionary.Security, XD.SecurityJan2004Dictionary.
Namespace
, XD.SecurityJan2004Dictionary.Prefix)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
175
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, XD.SecurityJan2004Dictionary.Reference, XD.SecurityJan2004Dictionary.
Namespace
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
150
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.SecurityTokenReference, XD.SecurityJan2004Dictionary.
Namespace
))
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (10)
92
protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.
Namespace
; } }
135
writer.WriteStartElement(XD.SecurityJan2004Dictionary.Prefix.Value, ElementName, XD.SecurityJan2004Dictionary.
Namespace
);
276
protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.
Namespace
; } }
338
XD.SecurityJan2004Dictionary.
Namespace
); // <wsse:UsernameToken
342
XD.SecurityJan2004Dictionary.
Namespace
, userName); // ><wsse:Username>...</wsse:Username>
346
XD.SecurityJan2004Dictionary.
Namespace
);
377
reader.ReadStartElement(XD.SecurityJan2004Dictionary.UserNameTokenElement, XD.SecurityJan2004Dictionary.
Namespace
);
380
if (reader.IsStartElement(XD.SecurityJan2004Dictionary.UserNameElement, XD.SecurityJan2004Dictionary.
Namespace
))
384
else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.PasswordElement, XD.SecurityJan2004Dictionary.
Namespace
))
388
else if (reader.IsStartElement(XD.SecurityJan2004Dictionary.NonceElement, XD.SecurityJan2004Dictionary.
Namespace
))