6 overrides of CanWriteKeyIdentifierClauseCore
System.IdentityModel (4)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
275protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
5557protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3676protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
181protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
112protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
368protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
1 reference to CanWriteKeyIdentifierClauseCore
System.IdentityModel (1)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (1)
71return CanWriteKeyIdentifierClauseCore(keyIdentifierClause);