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