1 write to Issuer
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
2690
assertion.
Issuer
= this.ReadIssuer(realReader);
6 references to Issuer
System.IdentityModel (6)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (6)
1676
if (string.IsNullOrEmpty(samlToken.Assertion.
Issuer
.Value))
1682
stringBuilder.AppendFormat("{0}{1}{2}", samlToken.Assertion.Id.Value, samlToken.Assertion.
Issuer
.Value, tokenTypeIdentifiers[0]);
1690
string issuer = (samlToken.Assertion.
Issuer
.Value != null) ? samlToken.Assertion.
Issuer
.Value : String.Empty;
2074
string issuer = this.Configuration.IssuerNameRegistry.GetIssuerName(samlToken.IssuerToken, assertion.
Issuer
.Value);
2883
this.WriteIssuer(writer, data.
Issuer
);