2 writes to Namespace
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
262
Namespace
= dictionary.Add(TrustDec2005Strings.Namespace);
System\ServiceModel\XD.cs (1)
721
Namespace
= dictionary.CreateString(ServiceModelStringsVersion1.String63, 63);
78 references to Namespace
System.ServiceModel.Primitives (78)
System\ServiceModel\DXD.cs (2)
289
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
Namespace
);
385
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
Namespace
);
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (6)
24
XD.TrustFeb2005Dictionary.
Namespace
.Value,
34
XD.TrustFeb2005Dictionary.
Namespace
.Value,
44
DXD.TrustDec2005Dictionary.
Namespace
.Value,
54
DXD.TrustDec2005Dictionary.
Namespace
.Value,
64
DXD.TrustDec2005Dictionary.
Namespace
.Value,
75
XD.TrustFeb2005Dictionary.
Namespace
.Value,
System\ServiceModel\Security\TrustVersion.cs (2)
50
: base(XD.TrustFeb2005Dictionary.
Namespace
, XD.TrustFeb2005Dictionary.Prefix)
68
: base(DXD.TrustDec2005Dictionary.
Namespace
, DXD.TrustDec2005Dictionary.Prefix)
System\ServiceModel\Security\WSTrust.cs (54)
70
protected override XmlDictionaryString NamespaceUri { get { return _parent.SerializerDictionary.
Namespace
; } }
84
return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == _otherDictionary.
Namespace
.Value) && valueTypeUri == ValueTypeUri;
89
return (reader.IsStartElement(LocalName, NamespaceUri) || reader.IsStartElement(LocalName, _otherDictionary.
Namespace
)) &&
144
writer.WriteStartElement(_parent.SerializerDictionary.Prefix.Value, _parent.SerializerDictionary.BinarySecret, _parent.SerializerDictionary.
Namespace
);
217
get { return DriverDictionary.
Namespace
; }
223
reader.MoveToStartElement(DriverDictionary.RequestSecurityToken, DriverDictionary.
Namespace
);
245
if (child.LocalName == DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
249
else if (child.LocalName == DriverDictionary.RequestType.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
253
else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
274
if (reader.IsStartElement(DriverDictionary.RequestedSecurityToken, DriverDictionary.
Namespace
))
304
if (reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse, DriverDictionary.
Namespace
) == false)
306
XmlHelper.OnRequiredElementMissing(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.
Namespace
.Value);
347
if (child.LocalName == DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
351
else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
355
else if (child.LocalName == DriverDictionary.RequestedProofToken.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
358
if (proofXml.LocalName == DriverDictionary.ComputedKey.Value && proofXml.NamespaceURI == DriverDictionary.
Namespace
.Value)
368
else if (child.LocalName == DriverDictionary.Lifetime.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
398
reader.ReadStartElement(DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.
Namespace
);
399
while (reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.
Namespace
.Value))
452
if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.
Namespace
.Value)
455
if (combinedHashElement.LocalName == DriverDictionary.CombinedHash.Value && combinedHashElement.NamespaceURI == DriverDictionary.
Namespace
.Value)
498
if (elem.LocalName == DriverDictionary.BinaryExchange.Value && elem.NamespaceURI == DriverDictionary.
Namespace
.Value)
538
if (element.LocalName == DriverDictionary.Entropy.Value && element.NamespaceURI == DriverDictionary.
Namespace
.Value)
565
if (elem.LocalName == DriverDictionary.RequestedSecurityToken.Value && elem.NamespaceURI == DriverDictionary.
Namespace
.Value)
573
else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.
Namespace
.Value)
730
return reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.
Namespace
.Value);
740
return reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponseCollection.Value, DriverDictionary.
Namespace
.Value);
745
return (name == DriverDictionary.RequestedSecurityToken.Value && nameSpace == DriverDictionary.
Namespace
.Value);
750
return (name == DriverDictionary.RequestedProofToken.Value && nameSpace == DriverDictionary.
Namespace
.Value);
817
if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
821
else if (child.LocalName == DriverDictionary.RequestedTokenReference.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
934
DriverDictionary.BinaryExchange, DriverDictionary.
Namespace
,
954
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestSecurityToken, DriverDictionary.
Namespace
);
955
XmlHelper.AddNamespaceDeclaration(writer, DriverDictionary.Prefix.Value, DriverDictionary.
Namespace
);
964
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.TokenType, DriverDictionary.
Namespace
);
970
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestType, DriverDictionary.
Namespace
);
983
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Entropy, DriverDictionary.
Namespace
);
990
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.KeySize, DriverDictionary.
Namespace
);
1024
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedTokenReference, DriverDictionary.
Namespace
);
1052
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestSecurityTokenResponse, DriverDictionary.
Namespace
);
1063
writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.TokenType, DriverDictionary.
Namespace
, rstr.TokenType);
1068
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedSecurityToken, DriverDictionary.
Namespace
);
1082
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedProofToken, DriverDictionary.
Namespace
);
1085
writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.ComputedKey, DriverDictionary.
Namespace
, DriverDictionary.Psha1ComputedKeyUri.Value);
1097
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Entropy, DriverDictionary.
Namespace
);
1123
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Lifetime, DriverDictionary.
Namespace
);
1138
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Authenticator, DriverDictionary.
Namespace
);
1139
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.CombinedHash, DriverDictionary.
Namespace
);
1147
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.KeySize, DriverDictionary.
Namespace
);
1172
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.
Namespace
);
1209
&& element.NamespaceURI == DriverDictionary.
Namespace
.Value
1217
DriverDictionary.
Namespace
.Value);
1230
&& element.NamespaceURI == DriverDictionary.
Namespace
.Value
1238
DriverDictionary.
Namespace
.Value);
System\ServiceModel\Security\WSTrustDec2005.cs (2)
47
(element.NamespaceURI == DXD.TrustDec2005Dictionary.
Namespace
.Value));
59
DXD.TrustDec2005Dictionary.
Namespace
.Value);
System\ServiceModel\Security\WSTrustFeb2005.cs (12)
74
return DriverDictionary.
Namespace
.Value;
105
if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
109
else if (child.LocalName == DriverDictionary.RequestedAttachedReference.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
113
else if (child.LocalName == DriverDictionary.RequestedUnattachedReference.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
147
if (child.LocalName == DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
166
if (child.LocalName == DriverDictionary.RenewTarget.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
170
else if (child.LocalName == DriverDictionary.CloseTarget.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
182
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedAttachedReference, DriverDictionary.
Namespace
);
189
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedUnattachedReference, DriverDictionary.
Namespace
);
199
writer.WriteElementString(DriverDictionary.RequestedTokenClosed, DriverDictionary.
Namespace
, String.Empty);
207
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RenewTarget, DriverDictionary.
Namespace
);
214
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.CloseTarget, DriverDictionary.
Namespace
);