7 instantiations of UpnEndpointIdentity
Security.TransportSecurity.IntegrationTests (3)
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (2)
280new UpnEndpointIdentity(GetUPN()) 382new UpnEndpointIdentity(GetUPN())
Negotiate\NegotiateStream_Tcp_Tests.4.1.0.cs (1)
303new UpnEndpointIdentity(GetUPN())
System.ServiceModel.Http.Tests (1)
ServiceModel\HttpIdentityTests.cs (1)
26var identity = new UpnEndpointIdentity("user@contoso.com");
System.ServiceModel.Primitives (3)
System\ServiceModel\EndpointIdentity.cs (3)
65return new UpnEndpointIdentity(identity); 89return new UpnEndpointIdentity(upnName); 162readIdentity = new UpnEndpointIdentity(reader.ReadElementString());
1 reference to UpnEndpointIdentity
System.ServiceModel.Http.Tests (1)
ServiceModel\HttpIdentityTests.cs (1)
26var identity = new UpnEndpointIdentity("user@contoso.com");