232 {
233 get
234 {
236 }
237 set
238 {
240 {
241 case ClientCertificateOption.Manual:
245 break;
246 case ClientCertificateOption.Automatic:
250 break;
251 default:
252 throw new ArgumentOutOfRangeException("value");
253 }
254 }
255 }
void ThrowForModifiedManagedSslOptionsIfStarted()
ClientCertificateOption _clientCertificateOptions
X509CertificateCollection ClientCertificates
static X509Certificate2 GetEligibleClientCertificate(X509CertificateCollection candidateCerts)