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