1 write to Value
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4635
nameIdentifier.
Value
= reader.ReadElementString();
10 references to Value
System.IdentityModel (10)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (10)
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;
1784
Claim claim = new Claim(ClaimTypes.NameIdentifier, nameId.
Value
, ClaimValueTypes.String, issuer);
2074
string issuer = this.Configuration.IssuerNameRegistry.GetIssuerName(samlToken.IssuerToken, assertion.Issuer.
Value
);
4642
if (!UriUtil.CanCreateValidUri(nameIdentifier.
Value
, UriKind.Absolute))
4644
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID4262, nameIdentifier.
Value
, Saml2Constants.NameIdentifierFormats.Entity.AbsoluteUri));
4651
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID4263, nameIdentifier.
Value
, Saml2Constants.NameIdentifierFormats.Entity.AbsoluteUri));
4756
writer.WriteString(data.
Value
);