From fb145fd97950d5d840c8f01c2de8d7e6941018a2 Mon Sep 17 00:00:00 2001 From: Josh Lozensky Date: Mon, 3 Feb 2025 18:19:05 -0800 Subject: [PATCH] added to method summary --- .../DefaultCredentialsLoader.CustomSignedAssertion.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.CustomSignedAssertion.cs b/src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.CustomSignedAssertion.cs index 81249fd6f..bd5922ce0 100644 --- a/src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.CustomSignedAssertion.cs +++ b/src/Microsoft.Identity.Web.Certificate/DefaultCredentialsLoader.CustomSignedAssertion.cs @@ -31,6 +31,7 @@ public DefaultCredentialsLoader(IEnumerable cust /// /// Dictionary of custom signed assertion credential source loaders, by name (fully qualified type name). + /// The application can add more to process additional credential sources. /// public IDictionary? CustomSignedAssertionCredentialSourceLoaders { get; }