3 references to SecurityKey
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\MessageProperties.cs (3)
575else if (name == SecurityKey) 843array[index++] = new KeyValuePair<string, object>(SecurityKey, _security.CreateCopy()); 938pairs.Add(new KeyValuePair<string, object>(SecurityKey, _security));