2 writes to ClientCredentials
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (2)
31
ClientCredentials
= other.ClientCredentials;
43
ClientCredentials
= clientCredentials;
6 references to ClientCredentials
System.ServiceModel.Federation (6)
System\ServiceModel\Federation\WsTrustChannelClientCredentials.cs (5)
31
ClientCredentials = 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
69
if (
ClientCredentials
!= null)
70
SecurityTokenManager =
ClientCredentials
.CreateSecurityTokenManager();
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (1)
49
ClientCredentials = _wsTrustChannelClientCredentials.
ClientCredentials