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