15 references to Resolve
System.IdentityModel (15)
System\IdentityModel\Configuration\IdentityConfiguration.cs (13)
241
return CustomTypeElement.
Resolve
<SecurityTokenResolver>(element.ServiceTokenResolver);
254
return CustomTypeElement.
Resolve
<SecurityTokenResolver>(element.IssuerTokenResolver);
267
return CustomTypeElement.
Resolve
<ClaimsAuthenticationManager>(element.ClaimsAuthenticationManager);
407
_claimsAuthorizationManager = CustomTypeElement.
Resolve
<ClaimsAuthorizationManager>(element.ClaimsAuthorizationManager);
498
handlerCollection.Add(CustomTypeElement.
Resolve
<SecurityTokenHandler>(handlerElement));
570
handlerConfiguration.Caches.TokenReplayCache = CustomTypeElement.
Resolve
<TokenReplayCache>(element.Caches.TokenReplayCache);
575
handlerConfiguration.Caches.SessionSecurityTokenCache = CustomTypeElement.
Resolve
<SessionSecurityTokenCache>(element.Caches.SessionSecurityTokenCache);
587
handlerConfiguration.CertificateValidator = CustomTypeElement.
Resolve
<X509CertificateValidator>(element.CertificateValidation.CertificateValidator);
672
handlerConfiguration.Caches.TokenReplayCache = CustomTypeElement.
Resolve
<TokenReplayCache>(element.Caches.TokenReplayCache);
677
handlerConfiguration.Caches.SessionSecurityTokenCache = CustomTypeElement.
Resolve
<SessionSecurityTokenCache>(element.Caches.SessionSecurityTokenCache);
689
handlerConfiguration.CertificateValidator = CustomTypeElement.
Resolve
<X509CertificateValidator>(element.CertificateValidation.CertificateValidator);
706
handlerConfiguration.IssuerTokenResolver = CustomTypeElement.
Resolve
<SecurityTokenResolver>(element.IssuerTokenResolver);
737
handlerConfiguration.ServiceTokenResolver = CustomTypeElement.
Resolve
<SecurityTokenResolver>(element.ServiceTokenResolver);
System\IdentityModel\Tokens\SamlSecurityTokenRequirement.cs (1)
211
_certificateValidator = CustomTypeElement.
Resolve
<X509CertificateValidator>(new CustomTypeElement(customValidatorType));
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
225
certificateValidator = CustomTypeElement.
Resolve
<X509CertificateValidator>(new CustomTypeElement(customValidatorType));