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)
49ClientCredentials = _wsTrustChannelClientCredentials.ClientCredentials 53else if (_wsTrustChannelClientCredentials.SecurityTokenManager != null) 55return _wsTrustChannelClientCredentials.SecurityTokenManager.CreateSecurityTokenProvider(tokenRequirement);