12 references to ReadKeyIdentifier
System.IdentityModel (10)
System\IdentityModel\EncryptedTypeElement.cs (1)
167
_keyInfo.KeyIdentifier = _keyInfoSerializer.
ReadKeyIdentifier
(reader);
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
1000
resultKey.KeyInfo = SecurityTokenSerializer.
ReadKeyIdentifier
(reader);
System\IdentityModel\SignedXml.cs (1)
317
this.keyIdentifier = signedXml.SecurityTokenSerializer.
ReadKeyIdentifier
(reader);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
4391
return this.KeyInfoSerializer.
ReadKeyIdentifier
(reader);
4412
ski = this.KeyInfoSerializer.
ReadKeyIdentifier
(reader);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
2464
return KeyInfoSerializer.
ReadKeyIdentifier
(reader);
3467
ski = KeyInfoSerializer.
ReadKeyIdentifier
(reader);
System\IdentityModel\Tokens\SamlSerializer.cs (1)
175
return tokenSerializer.
ReadKeyIdentifier
(reader);
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
77
encryptingKeyIdentifier = this.securityTokenSerializer.
ReadKeyIdentifier
(reader);
System\ServiceModel\Security\EncryptedType.cs (1)
256
this.KeyIdentifier = this.tokenSerializer.
ReadKeyIdentifier
(localReader);
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
134
return this.innerTokenSerializer.
ReadKeyIdentifier
(reader);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
311
return this.keyInfoSerializer.
ReadKeyIdentifier
(reader);