1 write to tokenHandlerCollectionManager
System.ServiceModel (1)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
279this.tokenHandlerCollectionManager = value;
4 references to tokenHandlerCollectionManager
System.ServiceModel (4)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (4)
275return this.tokenHandlerCollectionManager; 473if (this.tokenHandlerCollectionManager.ContainsKey(usage)) 475tokenHandlerCollection = this.tokenHandlerCollectionManager[usage]; 479tokenHandlerCollection = this.tokenHandlerCollectionManager[SecurityTokenHandlerCollectionManager.Usage.Default];