2 references to NameIdentifierFormat
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
2318
subject.NameFormat = reader.GetAttribute(SamlConstants.AttributeNames.
NameIdentifierFormat
, null);
2413
writer.WriteAttributeString(SamlConstants.AttributeNames.
NameIdentifierFormat
, null, subject.NameFormat);