From 56e82b1c15bf9f569edfefb21fa9cb485c9bdf59 Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Fri, 4 Apr 2025 12:04:10 -0400 Subject: [PATCH] Add comments --- .../X509ChainCustomization/PostConfigureX509ChainOptions.cs | 2 ++ src/Core/Platform/X509ChainCustomization/X509ChainOptions.cs | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Core/Platform/X509ChainCustomization/PostConfigureX509ChainOptions.cs b/src/Core/Platform/X509ChainCustomization/PostConfigureX509ChainOptions.cs index 3361201093..583672f2f2 100644 --- a/src/Core/Platform/X509ChainCustomization/PostConfigureX509ChainOptions.cs +++ b/src/Core/Platform/X509ChainCustomization/PostConfigureX509ChainOptions.cs @@ -28,6 +28,8 @@ internal sealed class PostConfigureX509ChainOptions : IPostConfigureOptions -/// Allows for customization of +/// Allows for customization of the and access to a custom server certificate validator +/// if customization has been made. /// public sealed class X509ChainOptions {