2 writes to PublicKeyType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
270this.PublicKeyType = dictionary.Add(TrustDec2005Strings.PublicKeyType);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
748this.PublicKeyType = dictionary.CreateString(ServiceModelStringsVersion1.String250, 250);
4 references to PublicKeyType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
348Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.PublicKeyType); 393Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.PublicKeyType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (2)
753&& element.InnerText == this.DriverDictionary.PublicKeyType.Value; 761result.AppendChild(doc.CreateTextNode(this.DriverDictionary.PublicKeyType.Value));