3 references to SecurityKey
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (3)
501
else if (name ==
SecurityKey
)
740
array[index++] = new KeyValuePair<string, object>(
SecurityKey
, _security.CreateCopy());
810
pairs.Add(new KeyValuePair<string, object>(
SecurityKey
, _security));