2 references to PrincipalKey
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageExtensionMethods.cs (2)
29
httpRequestMessage.Properties[
PrincipalKey
] = user;
40
if (httpRequestMessage.Properties.TryGetValue(
PrincipalKey
, out user))