1 write to _securityTokenHandlerCollection
System.ServiceModel (1)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (1)
63_securityTokenHandlerCollection = parentCredentials.IdentityConfiguration.SecurityTokenHandlers;
10 references to _securityTokenHandlerCollection
System.ServiceModel (10)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (10)
64_tokenCache = _securityTokenHandlerCollection.Configuration.Caches.SessionSecurityTokenCache; 77get { return _securityTokenHandlerCollection; } 137SecurityTokenHandler securityTokenHandler = _securityTokenHandlerCollection[tokenType]; 279sessionTokenHandler.ContainingCollection = _securityTokenHandlerCollection; 280sessionTokenHandler.Configuration = _securityTokenHandlerCollection.Configuration; 289_securityTokenHandlerCollection, 391WsSecurityTokenSerializerAdapter adapter = new WsSecurityTokenSerializerAdapter( _securityTokenHandlerCollection, 492_securityTokenHandlerCollection, 510SamlSecurityTokenHandler saml11SecurityTokenHandler = _securityTokenHandlerCollection[SecurityTokenTypes.SamlTokenProfile11] as SamlSecurityTokenHandler; 511Saml2SecurityTokenHandler saml2SecurityTokenHandler = _securityTokenHandlerCollection[SecurityTokenTypes.Saml2TokenProfile11] as Saml2SecurityTokenHandler;