2 writes to SymmetricKeyType
System.ServiceModel.Primitives (2)
System\ServiceModel\DXD.cs (1)
250SymmetricKeyType = dictionary.Add(TrustDec2005Strings.SymmetricKeyType);
System\ServiceModel\XD.cs (1)
760SymmetricKeyType = dictionary.CreateString(ServiceModelStringsVersion1.String239, 239);
4 references to SymmetricKeyType
System.ServiceModel.Primitives (4)
System\ServiceModel\DXD.cs (2)
328Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.SymmetricKeyType); 373Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.SymmetricKeyType);
System\ServiceModel\Security\WSTrust.cs (2)
1210&& element.InnerText == DriverDictionary.SymmetricKeyType.Value; 1218result.AppendChild(doc.CreateTextNode(DriverDictionary.SymmetricKeyType.Value));