3 overrides of CanWriteKeyIdentifierClauseCore
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
269protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
324protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
System.ServiceModel.Primitives.Tests (1)
IdentityModel\SecurityTokenSerializerTest.cs (1)
96protected override bool CanWriteKeyIdentifierClauseCore(SecurityKeyIdentifierClause keyIdentifierClause)
1 reference to CanWriteKeyIdentifierClauseCore
System.ServiceModel.Primitives (1)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (1)
73return CanWriteKeyIdentifierClauseCore(keyIdentifierClause);