1 write to AuthenticationMethod
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
2864
authnStatement.
AuthenticationMethod
= reader.GetAttribute(SamlConstants.AttributeNames.AuthenticationMethod, null);
3 references to AuthenticationMethod
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (3)
1406
subject.AddClaim(new Claim(ClaimTypes.AuthenticationMethod, NormalizeAuthenticationType(samlStatement.
AuthenticationMethod
), ClaimValueTypes.String, issuer));
2865
if (string.IsNullOrEmpty(authnStatement.
AuthenticationMethod
))
2940
writer.WriteAttributeString(SamlConstants.AttributeNames.AuthenticationMethod, null, statement.
AuthenticationMethod
);