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