6 references to ContextId
System.IdentityModel (4)
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
731XmlUtil.WriteElementStringAsUniqueId(dicWriter, dictionary.ContextId, dictionary.EmptyString, this.ContextId.ToString());
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (3)
459if (sessionToken != null && sessionToken.ContextId != contextId) 461throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4229, sessionToken.ContextId, contextId))); 793dicWriter.WriteElementString(contextIdElementName, ns, sessionToken.ContextId.ToString());
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\SecurityContextSecurityTokenHelper.cs (1)
114token.ContextId,
System\ServiceModel\Security\WrappedTokenCache.cs (1)
157throw DiagnosticUtility.ExceptionUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID4285, sessionToken.ContextId.ToString()));