4 references to SecurityKey
System.ServiceModel (4)
System\ServiceModel\Channels\MessageProperties.cs (4)
180
keys.Add(
SecurityKey
);
506
else if (name ==
SecurityKey
)
745
array[index++] = new KeyValuePair<string, object>(
SecurityKey
, this.security.CreateCopy());
815
pairs.Add(new KeyValuePair<string, object>(
SecurityKey
, security));