2 writes to keyInfoSerializer
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
180
this.
keyInfoSerializer
= new SecurityTokenSerializerAdapter(sthc);
195
this.
keyInfoSerializer
= value;
3 references to keyInfoSerializer
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
172
if ( this.
keyInfoSerializer
== null )
176
if ( this.
keyInfoSerializer
== null )
185
return this.
keyInfoSerializer
;