1 write to Issuer
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
1799assertion.Issuer = attributeValue;
6 references to Issuer
System.IdentityModel (6)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (6)
816if (string.IsNullOrEmpty(samlToken.Assertion.Issuer)) 822stringBuilder.AppendFormat("{0}{1}{2}", samlToken.Assertion.AssertionId, samlToken.Assertion.Issuer, _tokenTypeIdentifiers[0]); 830if (string.IsNullOrEmpty(samlToken.Assertion.Issuer)) 838new SecurityTokenReplayDetectedException(SR.GetString(SR.ID1062, typeof(SamlSecurityToken).ToString(), samlToken.Assertion.AssertionId, samlToken.Assertion.Issuer))); 1136issuer = this.Configuration.IssuerNameRegistry.GetIssuerName(samlSecurityToken.Assertion.SigningToken, samlSecurityToken.Assertion.Issuer); 1882writer.WriteAttributeString(SamlConstants.AttributeNames.Issuer, null, assertion.Issuer);