3 references to CanWriteKeyIdentifierClause
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
191
return (_securityTokenHandlers.KeyInfoSerializer == null) ? false : _securityTokenHandlers.KeyInfoSerializer.
CanWriteKeyIdentifierClause
(keyIdentifierClause);
System.ServiceModel (2)
System\ServiceModel\Security\DerivedKeyCachingSecurityTokenSerializer.cs (1)
114
return this.innerTokenSerializer.
CanWriteKeyIdentifierClause
(keyIdentifierClause);
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
372
return this.keyInfoSerializer.
CanWriteKeyIdentifierClause
(keyIdentifierClause);