Home
last modified time | relevance | path

Searched refs:m_UniqueUserId (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A D_NTAuthentication.cs149 private string m_UniqueUserId; field in System.Net.NTAuthentication
164 return m_UniqueUserId;
351m_UniqueUserId = (Interlocked.Increment(ref s_UniqueGroupId)).ToString(NumberFormatInfo.InvariantI… in NTAuthentication()
507m_UniqueUserId = "/S"; // save off for unique connection marking ONLY used by HTTP client in Initialize()
556m_UniqueUserId = domain + "/" + username + "/U"; // save off for unique connection marking ONLY us… in Initialize()