6 references to 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 (2)
System\ServiceModel\EndpointIdentity.cs (2)
89return new UpnEndpointIdentity(upnName); 162readIdentity = new UpnEndpointIdentity(reader.ReadElementString());