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