3 writes to RequestedProofToken
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
252this.RequestedProofToken = dictionary.Add(TrustDec2005Strings.RequestedProofToken);
System\ServiceModel\XD.cs (2)
1391this.RequestedProofToken = dictionary.CreateString(ServiceModelStringsVersion1.String205, 205); 1446this.RequestedProofToken = dictionary.CreateString(ServiceModelStringsVersion1.String205, 205);
6 references to RequestedProofToken
System.ServiceModel (6)
System\ServiceModel\DXD.cs (2)
323Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.RequestedProofToken); 375Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.RequestedProofToken);
System\ServiceModel\Security\WSTrust.cs (4)
365else if (child.LocalName == DriverDictionary.RequestedProofToken.Value && child.NamespaceURI == DriverDictionary.Namespace.Value) 632else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 836return (name == DriverDictionary.RequestedProofToken.Value && nameSpace == DriverDictionary.Namespace.Value); 1158writer.WriteStartElement(DriverDictionary.Prefix.Value, DriverDictionary.RequestedProofToken, DriverDictionary.Namespace);