5 references to SecurityContextKeyIdentifierClause
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (2)
425
sctClause = new
SecurityContextKeyIdentifierClause
(contextId, keyGeneration);
486
sctClause = new
SecurityContextKeyIdentifierClause
(contextId, keyGeneration);
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
19
:
this
(contextId, null)
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
293
return new
SecurityContextKeyIdentifierClause
(this.contextId, this.keyGeneration) as T;
System\ServiceModel\Security\WSSecureConversation.cs (1)
364
return new
SecurityContextKeyIdentifierClause
(contextId, generation);