1 instantiation of RsaSecurityTokenHandler
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
195
new
RsaSecurityTokenHandler
(),
7 references to RsaSecurityTokenHandler
System.IdentityModel (2)
System\IdentityModel\Configuration\SecurityTokenHandlerElementCollection.cs (1)
38
BaseAdd( 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)
158
RsaSecurityTokenHandler
rsaSecurityTokenHandler = securityTokenHandler as
RsaSecurityTokenHandler
;
162
new InvalidOperationException( SR.GetString( SR.ID4072, securityTokenHandler.GetType(), tokenType, typeof(
RsaSecurityTokenHandler
) ) ) );
System\ServiceModel\Security\WrappedRsaSecurityTokenAuthenticator.cs (2)
21
RsaSecurityTokenHandler
_wrappedRsaSecurityTokenHandler;
30
RsaSecurityTokenHandler
wrappedRsaSecurityTokenHandler,