2 writes to RequestedProofToken
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
251this.RequestedProofToken = dictionary.Add(TrustDec2005Strings.RequestedProofToken);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
722this.RequestedProofToken = dictionary.CreateString(ServiceModelStringsVersion1.String205, 205);
4 references to RequestedProofToken
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
322Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.RequestedProofToken); 374Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.RequestedProofToken);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (2)
464else if (elem.LocalName == DriverDictionary.RequestedProofToken.Value && elem.NamespaceURI == DriverDictionary.Namespace.Value) 521return (name == DriverDictionary.RequestedProofToken.Value && nameSpace == DriverDictionary.Namespace.Value);