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)
80
if (
_keyInfoSerializer
== null )
84
if (
_keyInfoSerializer
== null )
93
return
_keyInfoSerializer
;