4 writes to AuthenticationPackage
System (4)
net\System\Net\_SSPIWrapper.cs (4)
905AuthenticationPackage = Kerberos; 908AuthenticationPackage = NTLM; 911AuthenticationPackage = WDigest; 914AuthenticationPackage = name;
2 references to AuthenticationPackage
System (2)
net\System\Net\_NTAuthentication.cs (2)
302m_ProtocolName = negotiationInfo.AuthenticationPackage; 306return negotiationInfo == null? string.Empty: negotiationInfo.AuthenticationPackage;