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