9 references to SpnEndpointIdentity
Security.TransportSecurity.IntegrationTests (6)
Negotiate\NegotiateStream_Http_Tests.4.1.0.cs (3)
188
new EndpointAddress(new Uri(Endpoints.Https_WindowsAuth_Address), new
SpnEndpointIdentity
(spn)));
240
new
SpnEndpointIdentity
(GetSPN())
337
new
SpnEndpointIdentity
(GetSPN())
Negotiate\NegotiateStream_Tcp_Tests.4.1.0.cs (3)
162
new
SpnEndpointIdentity
(GetSPN())
202
new
SpnEndpointIdentity
(GetSPN())
253
new
SpnEndpointIdentity
(GetSPN())
System.ServiceModel.Http.Tests (1)
ServiceModel\HttpIdentityTests.cs (1)
14
var identity = new
SpnEndpointIdentity
("SERVICE/serverhostname");
System.ServiceModel.Primitives (2)
System\ServiceModel\EndpointIdentity.cs (2)
84
return new
SpnEndpointIdentity
(spnName);
163
readIdentity = new
SpnEndpointIdentity
(reader.ReadElementString());