2 writes to Certificate
Binding.UDS.IntegrationTests (1)
UDSBindingTests.cs (1)
125
clientCredentials.ClientCertificate.
Certificate
= cert; // this is a fake cert and we are not doing client cert validation
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpsBindingTest.cs (1)
75
factory.Credentials.ClientCertificate.
Certificate
= certificate;
4 references to Certificate
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (4)
97
if (ClientCredentials.ClientCertificate.
Certificate
== null)
101
result = new X509SecurityTokenProvider(ClientCredentials.ClientCertificate.
Certificate
, ClientCredentials.ClientCertificate.CloneCertificate);
119
if (ClientCredentials.ClientCertificate.
Certificate
== null)
123
result = new X509SecurityTokenProvider(ClientCredentials.ClientCertificate.
Certificate
, ClientCredentials.ClientCertificate.CloneCertificate);