4 references to net_conflicting_options
System.Net.Security (4)
System\Net\Security\SslAuthenticationOptions.cs (4)
47
throw new InvalidOperationException(SR.Format(SR.
net_conflicting_options
, nameof(RemoteCertificateValidationCallback)));
57
throw new InvalidOperationException(SR.Format(SR.
net_conflicting_options
, nameof(LocalCertificateSelectionCallback)));
118
throw new InvalidOperationException(SR.Format(SR.
net_conflicting_options
, nameof(ServerCertificateSelectionCallback)));
129
throw new InvalidOperationException(SR.Format(SR.
net_conflicting_options
, nameof(RemoteCertificateValidationCallback)));