7 references to Issuer
mscorlib (4)
system\security\claims\Claim.cs (4)
99/// <see cref="Claim.Issuer"/> is set to <see cref="ClaimsIdentity.DefaultIssuer"/>, 120/// <see cref="Claim.Issuer"/> is set to <see cref="ClaimsIdentity.DefaultIssuer"/>, 324/// When the <see cref="OriginalIssuer"/> differs from the <see cref="Issuer"/>, it means 326/// by the <see cref="Issuer"/>.
System.IdentityModel (3)
System\IdentityModel\Tokens\SessionSecurityToken.cs (3)
1336|| c.Type == ClaimTypes.Name && c.Issuer == ClaimsIdentity.DefaultIssuer && c.ValueType == ClaimValueTypes.String) 1425if (!String.IsNullOrEmpty(claim.Issuer)) 1427dictionaryWriter.WriteAttributeString(dictionary.Issuer, dictionary.EmptyString, claim.Issuer);