1 implementation of IAuthenticationManager
System (1)
net\System\Net\_AuthenticationManagerBase.cs (1)
23
internal abstract class AuthenticationManagerBase :
IAuthenticationManager
3 references to IAuthenticationManager
System (3)
net\System\Net\AuthenticationManager.cs (3)
42
private static
IAuthenticationManager
internalInstance = null;
53
private static
IAuthenticationManager
Instance
72
private static
IAuthenticationManager
SelectAuthenticationManagerInstance()