13 references to KeyInfoSerializer
System.IdentityModel (13)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (13)
2620
this.
KeyInfoSerializer
,
2942
encryptedData.WriteXml(originalWriter, this.
KeyInfoSerializer
);
2945
this.
KeyInfoSerializer
.WriteKeyIdentifierClause(originalWriter, clause);
4391
return this.
KeyInfoSerializer
.ReadKeyIdentifier(reader);
4410
if (this.
KeyInfoSerializer
.CanReadKeyIdentifier(reader))
4412
ski = this.
KeyInfoSerializer
.ReadKeyIdentifier(reader);
4416
KeyInfo keyInfo = new KeyInfo(this.
KeyInfoSerializer
);
4448
this.
KeyInfoSerializer
.WriteKeyIdentifier(writer, data);
4469
if (this.
KeyInfoSerializer
.CanWriteKeyIdentifier(data))
4471
this.
KeyInfoSerializer
.WriteKeyIdentifier(writer, data);
4555
encryptedData.WriteXml(writer, this.
KeyInfoSerializer
);
4559
this.
KeyInfoSerializer
.WriteKeyIdentifierClause(writer, clause);
4707
this.
KeyInfoSerializer
,