5 references to UpnIdentity
System.ServiceModel (5)
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceRecords.cs (1)
301
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
UpnIdentity
, out upnIdentity);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
216
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
UpnIdentity
, out upnIdentity);
System\ServiceModel\ComIntegration\MonikerHelper.cs (1)
54
new KeywordInfo ("upnidentity", MonikerAttribute.
UpnIdentity
),
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (1)
232
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
UpnIdentity
, out upnIdentity);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
199
propertyTable.TryGetValue(MonikerHelper.MonikerAttribute.
UpnIdentity
, out upnIdentity);