1 override of DriverDictionary
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustFeb2005.cs (1)
54
public override TrustDictionary
DriverDictionary
181 references to DriverDictionary
System.ServiceModel (181)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
886
if ((requestParameter.LocalName == ((System.ServiceModel.Security.WSTrust.Driver)standardsManager.TrustDriver).
DriverDictionary
.Claims.Value) &&
887
(requestParameter.NamespaceURI == ((System.ServiceModel.Security.WSTrust.Driver)standardsManager.TrustDriver).
DriverDictionary
.Namespace.Value))
System\ServiceModel\Security\WSTrust.cs (179)
202
return
DriverDictionary
.RequestSecurityTokenIssuance;
210
return
DriverDictionary
.RequestSecurityTokenIssuanceResponse;
218
return
DriverDictionary
.RequestTypeIssue.Value;
224
get { return
DriverDictionary
.Psha1ComputedKeyUri.Value; }
237
get { return
DriverDictionary
.Namespace; }
243
reader.MoveToStartElement(
DriverDictionary
.RequestSecurityToken,
DriverDictionary
.Namespace);
255
if (attr.LocalName ==
DriverDictionary
.Context.Value)
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);
350
if (attr.LocalName ==
DriverDictionary
.Context.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)
371
if (computedKeyAlgorithm != this.
DriverDictionary
.Psha1ComputedKeyUri.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))
431
if (elem.LocalName ==
DriverDictionary
.AppliesTo.Value && elem.NamespaceURI == Namespaces.WSPolicy)
478
return (localName ==
DriverDictionary
.AppliesTo.Value && namespaceUri == Namespaces.WSPolicy);
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)
1000
DriverDictionary
.RequestSecurityTokenResponse,
DriverDictionary
.RequestSecurityTokenResponseCollection,
1001
DriverDictionary
.Namespace)));
1007
writer.WriteStartElement(Namespaces.WSPolicyPrefix,
DriverDictionary
.AppliesTo.Value, Namespaces.WSPolicy);
1021
negotiation.WriteTo(writer, this.
DriverDictionary
.Prefix.Value,
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);
1045
writer.WriteAttributeString(
DriverDictionary
.Context, null, rst.Context);
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);
1133
writer.WriteAttributeString(
DriverDictionary
.Context, null, rstr.Context);
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);
1278
if (element.LocalName == this.
DriverDictionary
.KeySize.Value
1279
&& element.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
1296
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.KeySize.Value,
1297
this.
DriverDictionary
.Namespace.Value);
1338
return element.LocalName == this.
DriverDictionary
.KeyType.Value
1339
&& element.NamespaceURI == this.
DriverDictionary
.Namespace.Value
1340
&& element.InnerText == this.
DriverDictionary
.SymmetricKeyType.Value;
1346
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.KeyType.Value,
1347
this.
DriverDictionary
.Namespace.Value);
1348
result.AppendChild(doc.CreateTextNode(this.
DriverDictionary
.SymmetricKeyType.Value));
1357
return element.LocalName == this.
DriverDictionary
.KeyType.Value
1358
&& element.NamespaceURI == this.
DriverDictionary
.Namespace.Value
1359
&& element.InnerText == this.
DriverDictionary
.PublicKeyType.Value;
1365
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.KeyType.Value,
1366
this.
DriverDictionary
.Namespace.Value);
1367
result.AppendChild(doc.CreateTextNode(this.
DriverDictionary
.PublicKeyType.Value));
1376
if (element.LocalName == this.
DriverDictionary
.TokenType.Value
1377
&& element.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
1394
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.TokenType.Value,
1395
this.
DriverDictionary
.Namespace.Value);
1411
XmlElement result = doc.CreateElement(this.
DriverDictionary
.UseKey.Value, this.
DriverDictionary
.Namespace.Value);
1437
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.SignWith.Value,
1438
this.
DriverDictionary
.Namespace.Value);
1445
return CheckElement(element, this.
DriverDictionary
.SignWith.Value, this.
DriverDictionary
.Namespace.Value, out signatureAlgorithm);
1455
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.EncryptWith.Value,
1456
this.
DriverDictionary
.Namespace.Value);
1468
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.EncryptionAlgorithm.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);
1491
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.ComputedKeyAlgorithm.Value,
1492
this.
DriverDictionary
.Namespace.Value);
1504
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.CanonicalizationAlgorithm.Value,
1505
this.
DriverDictionary
.Namespace.Value);
1512
return CheckElement(element, this.
DriverDictionary
.CanonicalizationAlgorithm.Value, this.
DriverDictionary
.Namespace.Value, out canonicalizationAlgorithm);
1520
if (element.LocalName == this.
DriverDictionary
.Claims.Value
1521
&& element.NamespaceURI == this.
DriverDictionary
.Namespace.Value)
1545
XmlElement result = doc.CreateElement(this.
DriverDictionary
.Prefix.Value, this.
DriverDictionary
.Claims.Value,
1546
this.
DriverDictionary
.Namespace.Value);