1 write to Label
System.IdentityModel (1)
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
945identity.Label = dictionaryReader.GetAttribute(dictionary.Label, dictionary.EmptyString);
3 references to Label
System.IdentityModel (3)
System\IdentityModel\Diagnostics\ClaimsPrincipalTraceRecord.cs (1)
64writer.WriteAttributeString( "Label", ci.Label );
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
1302if (!String.IsNullOrEmpty(identity.Label)) 1304dictionaryWriter.WriteAttributeString(dictionary.Label, dictionary.EmptyString, identity.Label);