4 references to net_conflicting_options
System.Net.Security (4)
System\Net\Security\SslAuthenticationOptions.cs (4)
32
throw new InvalidOperationException(SR.Format(SR.
net_conflicting_options
, nameof(RemoteCertificateValidationCallback)));
42
throw new InvalidOperationException(SR.Format(SR.
net_conflicting_options
, nameof(LocalCertificateSelectionCallback)));
103
throw new InvalidOperationException(SR.Format(SR.
net_conflicting_options
, nameof(ServerCertificateSelectionCallback)));
114
throw new InvalidOperationException(SR.Format(SR.
net_conflicting_options
, nameof(RemoteCertificateValidationCallback)));