6 references to ClientCertificateOption
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs (1)
31public ClientCertificateOption ClientCertificateOptions
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
75ClientCertificateOptions = ClientCertificateOption.Manual,
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
75ClientCertificateOptions = ClientCertificateOption.Manual,
netstandard (1)
netstandard.cs (1)
1095[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.ClientCertificateOption))]
System.Net.Http (1)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (1)
117public System.Net.Http.ClientCertificateOption ClientCertificateOptions { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
System.Net.Http.WinHttpHandler (1)
artifacts\obj\System.Net.Http.WinHttpHandler\Debug\net10.0\System.Net.Http.WinHttpHandler.notsupported.cs (1)
28public System.Net.Http.ClientCertificateOption ClientCertificateOption { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } }