2 instantiations of SecurityContextKeyIdentifierClause
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
156return new SecurityContextKeyIdentifierClause(uri, generation, derivationNonce, derivationLength);
System\ServiceModel\Security\WSSecureConversation.cs (1)
347return new SecurityContextKeyIdentifierClause(contextId, generation);
14 references to SecurityContextKeyIdentifierClause
System.ServiceModel.Primitives (14)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (2)
45SecurityContextKeyIdentifierClause that = keyIdentifierClause as SecurityContextKeyIdentifierClause;
System\ServiceModel\Security\SecuritySessionClientSettings.cs (5)
765private bool DoesSkiClauseMatchSigningToken(SecurityContextKeyIdentifierClause skiClause, Message request) 795SecurityContextKeyIdentifierClause sctSkiClause = rst.CloseTarget as SecurityContextKeyIdentifierClause; 1387SecurityContextKeyIdentifierClause incomingTokenIdentifier = 1388_standardsManager.SecurityTokenSerializer.ReadKeyIdentifierClause(reader) as SecurityContextKeyIdentifierClause;
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (1)
141return CreateKeyIdentifierClause<SecurityContextKeyIdentifierClause, LocalIdKeyIdentifierClause>(token, referenceStyle);
System\ServiceModel\Security\WSKeyInfoSerializer.cs (6)
163return clause is SecurityContextKeyIdentifierClause; 168SecurityContextKeyIdentifierClause sctClause = clause as SecurityContextKeyIdentifierClause; 176protected abstract void WriteGeneration(XmlDictionaryWriter writer, SecurityContextKeyIdentifierClause clause); 266protected override void WriteGeneration(XmlDictionaryWriter writer, SecurityContextKeyIdentifierClause clause) 320protected override void WriteGeneration(XmlDictionaryWriter writer, SecurityContextKeyIdentifierClause clause)