2 writes to _keyInfoSerializer
System.IdentityModel (2)
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (2)
88_keyInfoSerializer = new SecurityTokenSerializerAdapter(sthc); 102_keyInfoSerializer = value;
3 references to _keyInfoSerializer
System.IdentityModel (3)
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (3)
80if ( _keyInfoSerializer == null ) 84if ( _keyInfoSerializer == null ) 93return _keyInfoSerializer;