3 writes to _CanRetryAuthentication
System (3)
net\System\Net\SecureProtocols\_NegoState.cs (3)
206
_CanRetryAuthentication
= false;
731
_CanRetryAuthentication
= true;
756
authState.
_CanRetryAuthentication
= true;
1 reference to _CanRetryAuthentication
System (1)
net\System\Net\SecureProtocols\_NegoState.cs (1)
133
if (_Exception != null && !
_CanRetryAuthentication
) {