2 writes to Format
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1466nameIdentifier.Format = new Uri(nameIdentifierFormat); 4610nameIdentifier.Format = new Uri(value);
6 references to Format
System.IdentityModel (6)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (6)
1786if (nameId.Format != null) 1788claim.Properties[ClaimProperties.SamlNameIdentifierFormat] = nameId.Format.AbsoluteUri; 4639if (nameIdentifier.Format != null && 4640StringComparer.Ordinal.Equals(nameIdentifier.Format.AbsoluteUri, Saml2Constants.NameIdentifierFormats.Entity.AbsoluteUri)) 4732if (null != data.Format) 4734writer.WriteAttributeString(Saml2Constants.Attributes.Format, data.Format.AbsoluteUri);