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