10 references to CanReadKeyIdentifier
System.IdentityModel (8)
System\IdentityModel\EncryptedTypeElement.cs (1)
165if (_keyInfoSerializer.CanReadKeyIdentifier(reader))
System\IdentityModel\SignedXml.cs (1)
315if (signedXml.SecurityTokenSerializer.CanReadKeyIdentifier(reader))
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4410if (this.KeyInfoSerializer.CanReadKeyIdentifier(reader))
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
2462if (KeyInfoSerializer.CanReadKeyIdentifier(reader)) 3465if (KeyInfoSerializer.CanReadKeyIdentifier(reader))
System\IdentityModel\Tokens\SamlSerializer.cs (1)
173if (tokenSerializer.CanReadKeyIdentifier(reader))
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
75if (this.securityTokenSerializer.CanReadKeyIdentifier(reader))
System\ServiceModel\Security\EncryptedType.cs (1)
237if (this.tokenSerializer.CanReadKeyIdentifier(reader))
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
54return this.innerTokenSerializer.CanReadKeyIdentifier(reader);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
299return this.keyInfoSerializer.CanReadKeyIdentifier(reader);