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