3 writes to SymmetricKeyType
System.ServiceModel (3)
System\ServiceModel\DXD.cs (1)
270this.SymmetricKeyType = dictionary.Add(TrustDec2005Strings.SymmetricKeyType);
System\ServiceModel\XD.cs (2)
1410this.SymmetricKeyType = dictionary.CreateString(ServiceModelStringsVersion1.String222, 222); 1471this.SymmetricKeyType = dictionary.CreateString(ServiceModelStringsVersion1.String239, 239);
4 references to SymmetricKeyType
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
348Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.SymmetricKeyType); 393Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.SymmetricKeyType);
System\ServiceModel\Security\WSTrust.cs (2)
1340&& element.InnerText == this.DriverDictionary.SymmetricKeyType.Value; 1348result.AppendChild(doc.CreateTextNode(this.DriverDictionary.SymmetricKeyType.Value));