3 writes to PublicKeyType
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
271this.PublicKeyType = dictionary.Add(TrustDec2005Strings.PublicKeyType);
System\ServiceModel\XD.cs (2)
1411this.PublicKeyType = dictionary.CreateString(ServiceModelStringsVersion1.String223, 223); 1472this.PublicKeyType = dictionary.CreateString(ServiceModelStringsVersion1.String250, 250);
4 references to PublicKeyType
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
349Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.PublicKeyType); 394Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.PublicKeyType);
System\ServiceModel\Security\WSTrust.cs (2)
1359&& element.InnerText == this.DriverDictionary.PublicKeyType.Value; 1367result.AppendChild(doc.CreateTextNode(this.DriverDictionary.PublicKeyType.Value));