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