7 instantiations of X509ServiceCertificateAuthentication
Binding.UDS.IntegrationTests (1)
UDSBindingTests.cs (1)
118
factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new System.ServiceModel.Security.
X509ServiceCertificateAuthentication
Security.TransportSecurity.IntegrationTests (6)
Https\HttpsTests.4.1.0.cs (2)
246
factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new
X509ServiceCertificateAuthentication
();
551
factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new
X509ServiceCertificateAuthentication
();
Https\HttpsTests.4.1.1.cs (4)
42
factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new
X509ServiceCertificateAuthentication
();
93
factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new
X509ServiceCertificateAuthentication
();
152
factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new
X509ServiceCertificateAuthentication
();
198
factory.Credentials.ServiceCertificate.SslCertificateAuthentication = new
X509ServiceCertificateAuthentication
();
3 references to X509ServiceCertificateAuthentication
System.ServiceModel (1)
netstandard.cs (1)
230
[assembly: TypeForwardedTo(typeof(
X509ServiceCertificateAuthentication
))]
System.ServiceModel.Primitives (2)
netstandard.cs (2)
2309
public System.ServiceModel.Security.
X509ServiceCertificateAuthentication
Authentication { get { return default; } }
2312
public System.ServiceModel.Security.
X509ServiceCertificateAuthentication
SslCertificateAuthentication { get { return default; } set { } }