From 7cf0b79e1fdba9c52274b466907636e498d3583b Mon Sep 17 00:00:00 2001 From: "hakon.lerring" Date: Mon, 26 Feb 2024 12:14:32 +0100 Subject: [PATCH] Revert more whitespace changes --- .../Saml/SamlSecurityTokenHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.IdentityModel.Tokens.Saml/Saml/SamlSecurityTokenHandler.cs b/src/Microsoft.IdentityModel.Tokens.Saml/Saml/SamlSecurityTokenHandler.cs index 7e485fb20c..608e7ff958 100644 --- a/src/Microsoft.IdentityModel.Tokens.Saml/Saml/SamlSecurityTokenHandler.cs +++ b/src/Microsoft.IdentityModel.Tokens.Saml/Saml/SamlSecurityTokenHandler.cs @@ -501,7 +501,7 @@ public virtual SecurityToken CreateToken(SecurityTokenDescriptor tokenDescriptor /// /// . /// A well formed XML string. - /// The string is of the form "<Actor><SamlAttribute name, ns><SamlAttributeValue>...</SamlAttributeValue>, ...</SamlAttribute>...</Actor>" + /// The string is of the form "<Actor><SamlAttribute name, ns><SamlAttributeValue>...</SamlAttributeValue>, ...</SamlAttribute>...</Actor>" protected virtual string CreateXmlStringFromAttributes(ICollection attributes) { if (attributes == null)