2 writes to ClientCredentials
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (2)
31ClientCredentials = other.ClientCredentials; 43ClientCredentials = clientCredentials;
6 references to ClientCredentials
System.ServiceModel.Federation (6)
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (5)
31ClientCredentials = other.ClientCredentials; 36/// Crates an instance of <see cref="WSTrustChannelClientCredentials"/> with specifying a <see cref="ClientCredentials"/> 64/// <para>If <see cref="ClientCredentials"/> was passed to the constructor, then that <see cref="SecurityTokenManager"/> will be used to 69if (ClientCredentials != null) 70SecurityTokenManager = ClientCredentials.CreateSecurityTokenManager();
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (1)
49ClientCredentials = _wsTrustChannelClientCredentials.ClientCredentials