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)
482
federationTokenProvider.TokenHandlerCollectionManager = this.parent.
SecurityTokenHandlerCollectionManager
;
703
SecurityTokenHandlerCollectionManager sthcm = this.parent.
SecurityTokenHandlerCollectionManager
;