3 references to SecurityTokenHandlerCollectionManager
System.ServiceModel (3)
System\ServiceModel\Description\ClientCredentials.cs (1)
177/// The <see cref="SecurityTokenHandlerCollectionManager" /> containing the set of <see cref="SecurityTokenHandler" />
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
482federationTokenProvider.TokenHandlerCollectionManager = this.parent.SecurityTokenHandlerCollectionManager; 703SecurityTokenHandlerCollectionManager sthcm = this.parent.SecurityTokenHandlerCollectionManager;