3 references to Key
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityToken.cs (3)
448
if (!reader.IsStartElement(dictionary.
Key
, dictionary.EmptyString))
450
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.ID4230, dictionary.
Key
.Value, reader.Name)));
738
dicWriter.WriteStartElement(dictionary.
Key
, dictionary.EmptyString);