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