1 instantiation of RsaSecurityTokenHandler
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
195new RsaSecurityTokenHandler(),
7 references to RsaSecurityTokenHandler
System.IdentityModel (2)
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (1)
38BaseAdd( new CustomTypeElement( typeof( RsaSecurityTokenHandler ) ) );
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (1)
22/// Creates an instance of <see cref="RsaSecurityTokenHandler"/>
System.ServiceModel (5)
System\ServiceModel\Security\FederatedSecurityTokenManager.cs (3)
158RsaSecurityTokenHandler rsaSecurityTokenHandler = securityTokenHandler as RsaSecurityTokenHandler; 162new InvalidOperationException( SR.GetString( SR.ID4072, securityTokenHandler.GetType(), tokenType, typeof( RsaSecurityTokenHandler ) ) ) );
System\ServiceModel\Security\WrappedRsaSecurityTokenAuthenticator.cs (2)
21RsaSecurityTokenHandler _wrappedRsaSecurityTokenHandler; 30RsaSecurityTokenHandler wrappedRsaSecurityTokenHandler,