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