3 overrides of CanReadKeyIdentifierClause
System.IdentityModel (3)
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
41
public override bool
CanReadKeyIdentifierClause
(XmlReader reader)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
479
public override bool
CanReadKeyIdentifierClause
(XmlReader reader)
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
333
public override bool
CanReadKeyIdentifierClause
(XmlReader reader)
5 references to CanReadKeyIdentifierClause
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenHandlerCollection.cs (2)
558
if (securityTokenHandler.
CanReadKeyIdentifierClause
(reader))
592
if (securityTokenHandler.
CanReadKeyIdentifierClause
(reader))
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
165
if (securityTokenHandler.
CanReadKeyIdentifierClause
(reader))
System.ServiceModel (2)
System\ServiceModel\Security\WsSecurityTokenSerializerAdapter.cs (2)
368
if ( securityTokenHandler.
CanReadKeyIdentifierClause
( reader ) )
419
if ( securityTokenHandler.
CanReadKeyIdentifierClause
( reader ) )