2 writes to ClientCredentials
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (1)
49ClientCredentials = _wsTrustChannelClientCredentials.ClientCredentials
System.ServiceModel.Federation.Tests (1)
WSTrustChannelSecurityTokenProviderTest.cs (1)
87ClientCredentials = new ClientCredentials();
3 references to ClientCredentials
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (3)
110/// Gets or sets the <see cref="ClientCredentials"/> class used by the token provider. 463if (ClientCredentials != null) 466channelFactory.Endpoint.EndpointBehaviors.Add(ClientCredentials.Clone());