3 references to ContextId
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityToken.cs (3)
441if (!reader.IsStartElement(dictionary.ContextId, dictionary.EmptyString)) 443throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.ContextId.Value, reader.Name))); 731XmlUtil.WriteElementStringAsUniqueId(dicWriter, dictionary.ContextId, dictionary.EmptyString, this.ContextId.ToString());