6 references to ClientCertificateOption
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs (1)
31
public
ClientCertificateOption
ClientCertificateOptions
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
75
ClientCertificateOptions =
ClientCertificateOption
.Manual,
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\HttpsTests.cs (1)
75
ClientCertificateOptions =
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)
117
public 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)
28
public System.Net.Http.
ClientCertificateOption
ClientCertificateOption { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_WinHttpHandler); } }