4 references to ClientSpecifiedSpn
System (4)
net\System\Net\HttpListener.cs (3)
1582httpContext.Request.ServiceName = context.ClientSpecifiedSpn; 1682httpContext.Request.ServiceName = context.ClientSpecifiedSpn; 2099string clientSpn = context.ClientSpecifiedSpn;
net\System\Net\SecureProtocols\_NegoState.cs (1)
468string clientSpn = _Context.ClientSpecifiedSpn;