2 writes to KeyIdentifier
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
604
samlSubject.
KeyIdentifier
= tokenDescriptor.Proof.KeyIdentifier;
2361
subject.
KeyIdentifier
= ReadSubjectKeyInfo(reader);
4 references to KeyIdentifier
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (4)
2362
SecurityKey key = ResolveSubjectKeyIdentifier(subject.
KeyIdentifier
);
2369
subject.Crypto = new SecurityKeyElement(subject.
KeyIdentifier
, this.Configuration.ServiceTokenResolver);
2437
if (subject.
KeyIdentifier
!= null)
2439
WriteSubjectKeyInfo(writer, subject.
KeyIdentifier
);