1 override of DriverDictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
53public override TrustDictionary DriverDictionary
94 references to DriverDictionary
dotnet-svcutil-lib (94)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (94)
187return DriverDictionary.RequestSecurityTokenIssuance; 195return DriverDictionary.RequestSecurityTokenIssuanceResponse; 203return DriverDictionary.RequestTypeIssue.Value; 209get { return DriverDictionary.Psha1ComputedKeyUri.Value; } 222get { return DriverDictionary.Namespace; } 240reader.ReadStartElement(DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.Namespace); 241while (reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.Namespace.Value)) 263if (elem.LocalName == DriverDictionary.AppliesTo.Value && elem.NamespaceURI == Namespaces.WSPolicy) 310return (localName == DriverDictionary.AppliesTo.Value && namespaceUri == Namespaces.WSPolicy); 354if (element.LocalName == DriverDictionary.Authenticator.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 357if (combinedHashElement.LocalName == DriverDictionary.CombinedHash.Value && combinedHashElement.NamespaceURI == DriverDictionary.Namespace.Value) 396if (elem.LocalName == DriverDictionary.BinaryExchange.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 432if (element.LocalName == DriverDictionary.Entropy.Value && element.NamespaceURI == DriverDictionary.Namespace.Value) 456if (elem.LocalName == DriverDictionary.RequestedSecurityToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 464else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 503return reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponse.Value, DriverDictionary.Namespace.Value); 511return reader.IsStartElement(DriverDictionary.RequestSecurityTokenResponseCollection.Value, DriverDictionary.Namespace.Value); 516return (name == DriverDictionary.RequestedSecurityToken.Value && nameSpace == DriverDictionary.Namespace.Value); 521return (name == DriverDictionary.RequestedProofToken.Value && nameSpace == DriverDictionary.Namespace.Value); 600DriverDictionary.RequestSecurityTokenResponse, DriverDictionary.RequestSecurityTokenResponseCollection, 601DriverDictionary.Namespace))); 618writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedTokenReference, DriverDictionary.Namespace); 639writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.Namespace); 673if (element.LocalName == this.DriverDictionary.KeySize.Value 674&& element.NamespaceURI == this.DriverDictionary.Namespace.Value) 691XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.KeySize.Value, 692this.DriverDictionary.Namespace.Value); 732return element.LocalName == this.DriverDictionary.KeyType.Value 733&& element.NamespaceURI == this.DriverDictionary.Namespace.Value 734&& element.InnerText == this.DriverDictionary.SymmetricKeyType.Value; 740XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.KeyType.Value, 741this.DriverDictionary.Namespace.Value); 742result.AppendChild(doc.CreateTextNode(this.DriverDictionary.SymmetricKeyType.Value)); 751return element.LocalName == this.DriverDictionary.KeyType.Value 752&& element.NamespaceURI == this.DriverDictionary.Namespace.Value 753&& element.InnerText == this.DriverDictionary.PublicKeyType.Value; 759XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.KeyType.Value, 760this.DriverDictionary.Namespace.Value); 761result.AppendChild(doc.CreateTextNode(this.DriverDictionary.PublicKeyType.Value)); 770if (element.LocalName == this.DriverDictionary.TokenType.Value 771&& element.NamespaceURI == this.DriverDictionary.Namespace.Value) 788XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.TokenType.Value, 789this.DriverDictionary.Namespace.Value); 805XmlElement result = doc.CreateElement(this.DriverDictionary.UseKey.Value, this.DriverDictionary.Namespace.Value); 831XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.SignWith.Value, 832this.DriverDictionary.Namespace.Value); 839return CheckElement(element, this.DriverDictionary.SignWith.Value, this.DriverDictionary.Namespace.Value, out signatureAlgorithm); 849XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.EncryptWith.Value, 850this.DriverDictionary.Namespace.Value); 862XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.EncryptionAlgorithm.Value, 863this.DriverDictionary.Namespace.Value); 870return CheckElement(element, this.DriverDictionary.EncryptWith.Value, this.DriverDictionary.Namespace.Value, out encryptWithAlgorithm); 875return CheckElement(element, this.DriverDictionary.EncryptionAlgorithm.Value, this.DriverDictionary.Namespace.Value, out encryptionAlgorithm); 885XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.ComputedKeyAlgorithm.Value, 886this.DriverDictionary.Namespace.Value); 898XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.CanonicalizationAlgorithm.Value, 899this.DriverDictionary.Namespace.Value); 906return CheckElement(element, this.DriverDictionary.CanonicalizationAlgorithm.Value, this.DriverDictionary.Namespace.Value, out canonicalizationAlgorithm); 914if (element.LocalName == this.DriverDictionary.Claims.Value 915&& element.NamespaceURI == this.DriverDictionary.Namespace.Value) 939XmlElement result = doc.CreateElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.Claims.Value, 940this.DriverDictionary.Namespace.Value);