1 write to Value
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4635nameIdentifier.Value = reader.ReadElementString();
10 references to Value
System.IdentityModel (10)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (10)
1676if (string.IsNullOrEmpty(samlToken.Assertion.Issuer.Value)) 1682stringBuilder.AppendFormat("{0}{1}{2}", samlToken.Assertion.Id.Value, samlToken.Assertion.Issuer.Value, tokenTypeIdentifiers[0]); 1690string issuer = (samlToken.Assertion.Issuer.Value != null) ? samlToken.Assertion.Issuer.Value : String.Empty; 1784Claim claim = new Claim(ClaimTypes.NameIdentifier, nameId.Value, ClaimValueTypes.String, issuer); 2074string issuer = this.Configuration.IssuerNameRegistry.GetIssuerName(samlToken.IssuerToken, assertion.Issuer.Value); 4642if (!UriUtil.CanCreateValidUri(nameIdentifier.Value, UriKind.Absolute)) 4644throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID4262, nameIdentifier.Value, Saml2Constants.NameIdentifierFormats.Entity.AbsoluteUri)); 4651throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID4263, nameIdentifier.Value, Saml2Constants.NameIdentifierFormats.Entity.AbsoluteUri)); 4756writer.WriteString(data.Value);