3 writes to Namespace
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
282
this.
Namespace
= dictionary.Add(TrustDec2005Strings.Namespace);
System\ServiceModel\XD.cs (2)
1402
this.
Namespace
= dictionary.CreateString(ServiceModelStringsVersion1.String214, 214);
1432
this.
Namespace
= dictionary.CreateString(ServiceModelStringsVersion1.String63, 63);
101 references to Namespace
System.ServiceModel (101)
System\ServiceModel\DXD.cs (2)
309
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
Namespace
);
405
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
Namespace
);
System\ServiceModel\Security\MessageSecurityTokenVersion.cs (6)
32
XD.TrustFeb2005Dictionary.
Namespace
.Value,
41
XD.TrustFeb2005Dictionary.
Namespace
.Value,
51
XD.TrustFeb2005Dictionary.
Namespace
.Value,
61
DXD.TrustDec2005Dictionary.
Namespace
.Value,
71
DXD.TrustDec2005Dictionary.
Namespace
.Value,
81
DXD.TrustDec2005Dictionary.
Namespace
.Value,
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
887
(requestParameter.NamespaceURI == ((System.ServiceModel.Security.WSTrust.Driver)standardsManager.TrustDriver).DriverDictionary.
Namespace
.Value))
893
(requestParameter.NamespaceURI == DXD.TrustDec2005Dictionary.
Namespace
.Value))
System\ServiceModel\Security\TrustVersion.cs (2)
59
: base(XD.TrustFeb2005Dictionary.
Namespace
, XD.TrustFeb2005Dictionary.Prefix)
77
: base(DXD.TrustDec2005Dictionary.
Namespace
, DXD.TrustDec2005Dictionary.Prefix)
System\ServiceModel\Security\WSTrust.cs (71)
89
protected override XmlDictionaryString NamespaceUri { get { return parent.SerializerDictionary.
Namespace
; } }
103
return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == this.otherDictionary.
Namespace
.Value) && valueTypeUri == this.ValueTypeUri;
108
return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, this.otherDictionary.
Namespace
)) &&
163
writer.WriteStartElement(parent.SerializerDictionary.Prefix.Value, parent.SerializerDictionary.BinarySecret, parent.SerializerDictionary.
Namespace
);
237
get { return DriverDictionary.
Namespace
; }
243
reader.MoveToStartElement(DriverDictionary.RequestSecurityToken, DriverDictionary.
Namespace
);
265
if (child.LocalName == DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
267
else if (child.LocalName == DriverDictionary.RequestType.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
269
else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
288
if (reader.IsStartElement(this.DriverDictionary.RequestedSecurityToken, this.DriverDictionary.
Namespace
))
318
if (reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse, DriverDictionary.
Namespace
) == false)
320
XmlHelper.OnRequiredElementMissing(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.
Namespace
.Value);
361
if (child.LocalName == DriverDictionary.TokenType.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
363
else if (child.LocalName == DriverDictionary.KeySize.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
365
else if (child.LocalName == DriverDictionary.RequestedProofToken.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
368
if (proofXml.LocalName == DriverDictionary.ComputedKey.Value && proofXml.NamespaceURI == DriverDictionary.
Namespace
.Value)
378
else if (child.LocalName == DriverDictionary.Lifetime.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
408
reader.ReadStartElement(DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.
Namespace
);
409
while (reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.
Namespace
.Value))
522
if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.
Namespace
.Value)
525
if (combinedHashElement.LocalName == DriverDictionary.CombinedHash.Value && combinedHashElement.NamespaceURI == DriverDictionary.
Namespace
.Value)
564
if (elem.LocalName == DriverDictionary.BinaryExchange.Value && elem.NamespaceURI == DriverDictionary.
Namespace
.Value)
600
if (element.LocalName == DriverDictionary.Entropy.Value && element.NamespaceURI == DriverDictionary.
Namespace
.Value)
624
if (elem.LocalName == DriverDictionary.RequestedSecurityToken.Value && elem.NamespaceURI == DriverDictionary.
Namespace
.Value)
632
else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.
Namespace
.Value)
818
return reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.
Namespace
.Value);
826
return reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponseCollection.Value, DriverDictionary.
Namespace
.Value);
831
return (name == DriverDictionary.RequestedSecurityToken.Value && nameSpace == DriverDictionary.
Namespace
.Value);
836
return (name == DriverDictionary.RequestedProofToken.Value && nameSpace == DriverDictionary.
Namespace
.Value);
901
if (child.LocalName == DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
905
else if (child.LocalName == DriverDictionary.RequestedTokenReference.Value && child.NamespaceURI == DriverDictionary.
Namespace
.Value)
1001
DriverDictionary.
Namespace
)));
1022
this.DriverDictionary.BinaryExchange, this.DriverDictionary.
Namespace
,
1042
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestSecurityToken, DriverDictionary.
Namespace
);
1043
XmlHelper.AddNamespaceDeclaration(writer, DriverDictionary.Prefix.Value, DriverDictionary.
Namespace
);
1050
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.TokenType, DriverDictionary.
Namespace
);
1056
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestType, DriverDictionary.
Namespace
);
1069
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Entropy, DriverDictionary.
Namespace
);
1076
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.KeySize, DriverDictionary.
Namespace
);
1108
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedTokenReference, DriverDictionary.
Namespace
);
1130
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestSecurityTokenResponse, DriverDictionary.
Namespace
);
1140
writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.TokenType, DriverDictionary.
Namespace
, rstr.TokenType);
1144
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedSecurityToken, DriverDictionary.
Namespace
);
1158
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedProofToken, DriverDictionary.
Namespace
);
1161
writer.WriteElementString(DriverDictionary.Prefix.Value, DriverDictionary.ComputedKey, DriverDictionary.
Namespace
, DriverDictionary.Psha1ComputedKeyUri.Value);
1173
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Entropy, DriverDictionary.
Namespace
);
1199
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Lifetime, DriverDictionary.
Namespace
);
1214
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.Authenticator, DriverDictionary.
Namespace
);
1215
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.CombinedHash, DriverDictionary.
Namespace
);
1223
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.KeySize, DriverDictionary.
Namespace
);
1244
writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.
Namespace
);
1279
&& element.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
1297
this.DriverDictionary.
Namespace
.Value);
1339
&& element.NamespaceURI == this.DriverDictionary.
Namespace
.Value
1347
this.DriverDictionary.
Namespace
.Value);
1358
&& element.NamespaceURI == this.DriverDictionary.
Namespace
.Value
1366
this.DriverDictionary.
Namespace
.Value);
1377
&& element.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
1395
this.DriverDictionary.
Namespace
.Value);
1411
XmlElement result = doc.CreateElement(this.DriverDictionary.UseKey.Value, this.DriverDictionary.
Namespace
.Value);
1438
this.DriverDictionary.
Namespace
.Value);
1445
return CheckElement(element, this.DriverDictionary.SignWith.Value, this.DriverDictionary.
Namespace
.Value, out signatureAlgorithm);
1456
this.DriverDictionary.
Namespace
.Value);
1469
this.DriverDictionary.
Namespace
.Value);
1476
return CheckElement(element, this.DriverDictionary.EncryptWith.Value, this.DriverDictionary.
Namespace
.Value, out encryptWithAlgorithm);
1481
return CheckElement(element, this.DriverDictionary.EncryptionAlgorithm.Value, this.DriverDictionary.
Namespace
.Value, out encryptionAlgorithm);
1492
this.DriverDictionary.
Namespace
.Value);
1505
this.DriverDictionary.
Namespace
.Value);
1512
return CheckElement(element, this.DriverDictionary.CanonicalizationAlgorithm.Value, this.DriverDictionary.
Namespace
.Value, out canonicalizationAlgorithm);
1521
&& element.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
1546
this.DriverDictionary.
Namespace
.Value);
System\ServiceModel\Security\WSTrustDec2005.cs (6)
76
this.DriverDictionary.
Namespace
.Value);
90
&& element.NamespaceURI == this.DriverDictionary.
Namespace
.Value
139
XmlElement secondaryParamElement = originalRequestParameters[0].OwnerDocument.CreateElement(DXD.TrustDec2005Dictionary.Prefix.Value, DXD.TrustDec2005Dictionary.SecondaryParameters.Value, DXD.TrustDec2005Dictionary.
Namespace
.Value);
156
(element.NamespaceURI == DXD.TrustDec2005Dictionary.
Namespace
.Value));
167
DXD.TrustDec2005Dictionary.
Namespace
.Value);
174
return CheckElement(element, DXD.TrustDec2005Dictionary.KeyWrapAlgorithm.Value, DXD.TrustDec2005Dictionary.
Namespace
.Value, out keyWrapAlgorithm);
System\ServiceModel\Security\WSTrustFeb2005.cs (12)
98
return this.DriverDictionary.
Namespace
.Value;
134
if (child.LocalName == this.DriverDictionary.RequestedSecurityToken.Value && child.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
138
else if (child.LocalName == this.DriverDictionary.RequestedAttachedReference.Value && child.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
142
else if (child.LocalName == this.DriverDictionary.RequestedUnattachedReference.Value && child.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
177
if (child.LocalName == this.DriverDictionary.RequestedTokenClosed.Value && child.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
196
if (child.LocalName == this.DriverDictionary.RenewTarget.Value && child.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
198
else if (child.LocalName == this.DriverDictionary.CloseTarget.Value && child.NamespaceURI == this.DriverDictionary.
Namespace
.Value)
208
writer.WriteStartElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.RequestedAttachedReference, this.DriverDictionary.
Namespace
);
215
writer.WriteStartElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.RequestedUnattachedReference, this.DriverDictionary.
Namespace
);
225
writer.WriteElementString(this.DriverDictionary.RequestedTokenClosed, this.DriverDictionary.
Namespace
, String.Empty);
233
writer.WriteStartElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.RenewTarget, this.DriverDictionary.
Namespace
);
240
writer.WriteStartElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.CloseTarget, this.DriverDictionary.
Namespace
);