1 write to keyInfoSerializer
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (1)
51
this.
keyInfoSerializer
= new KeyInfoSerializer(true);
3 references to keyInfoSerializer
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (3)
212
get { return this.
keyInfoSerializer
; }
598
return this.
keyInfoSerializer
.ReadKeyIdentifierClause(reader);
643
this.
keyInfoSerializer
.WriteKeyIdentifierClause(writer, keyIdentifierClause);