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