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)
112/// Gets or sets the <see cref="ClientCredentials"/> class used by the token provider. 478if (ClientCredentials != null) 481channelFactory.Endpoint.EndpointBehaviors.Add(ClientCredentials.Clone());