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