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