2 writes to SymmetricKeyType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
269this.SymmetricKeyType = dictionary.Add(TrustDec2005Strings.SymmetricKeyType);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
747this.SymmetricKeyType = dictionary.CreateString(ServiceModelStringsVersion1.String239, 239);
4 references to SymmetricKeyType
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
347Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.SymmetricKeyType); 392Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.SymmetricKeyType);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (2)
734&& element.InnerText == this.DriverDictionary.SymmetricKeyType.Value; 742result.AppendChild(doc.CreateTextNode(this.DriverDictionary.SymmetricKeyType.Value));