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