7 references to CanWriteToken
System.IdentityModel (5)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
223if (sthc.CanWriteToken(_securityToken))
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
1104if (!context.SecurityTokenHandlers.CanWriteToken(useKey.Token)) 2940if (tokenHandlerCollection != null && tokenHandlerCollection.CanWriteToken(token))
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
81return _securityTokenHandlers.CanWriteToken(token);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
253if (!bootstrapTokenCollection.CanWriteToken(tokenDescriptor.Token))
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
482if (tokenHandlerCollection != null && tokenHandlerCollection.CanWriteToken(token))
System\ServiceModel\Security\WsSecurityTokenSerializerAdapter.cs (1)
183if ( _securityTokenHandlers.CanWriteToken( token ) )