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