1 write to _wsTrustChannelClientCredentials
System.ServiceModel.Federation (1)
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (1)
28
_wsTrustChannelClientCredentials
= wsTrustChannelClientCredentials ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelper(new ArgumentNullException(nameof(wsTrustChannelClientCredentials)), EventLevel.Error);
3 references to _wsTrustChannelClientCredentials
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WsTrustChannelSecurityTokenManager.cs (3)
49
ClientCredentials =
_wsTrustChannelClientCredentials
.ClientCredentials
53
else if (
_wsTrustChannelClientCredentials
.SecurityTokenManager != null)
55
return
_wsTrustChannelClientCredentials
.SecurityTokenManager.CreateSecurityTokenProvider(tokenRequirement);