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;
77
get { return
_securityTokenHandlerCollection
; }
137
SecurityTokenHandler securityTokenHandler =
_securityTokenHandlerCollection
[tokenType];
279
sessionTokenHandler.ContainingCollection =
_securityTokenHandlerCollection
;
280
sessionTokenHandler.Configuration =
_securityTokenHandlerCollection
.Configuration;
289
_securityTokenHandlerCollection
,
391
WsSecurityTokenSerializerAdapter adapter = new WsSecurityTokenSerializerAdapter(
_securityTokenHandlerCollection
,
492
_securityTokenHandlerCollection
,
510
SamlSecurityTokenHandler saml11SecurityTokenHandler =
_securityTokenHandlerCollection
[SecurityTokenTypes.SamlTokenProfile11] as SamlSecurityTokenHandler;
511
Saml2SecurityTokenHandler saml2SecurityTokenHandler =
_securityTokenHandlerCollection
[SecurityTokenTypes.Saml2TokenProfile11] as Saml2SecurityTokenHandler;