mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -05:00
Add comments
This commit is contained in:
parent
190328c0cf
commit
56e82b1c15
@ -28,6 +28,8 @@ internal sealed class PostConfigureX509ChainOptions : IPostConfigureOptions<X509
|
||||
|
||||
public void PostConfigure(string? name, X509ChainOptions options)
|
||||
{
|
||||
// We don't register or request a named instance of these options,
|
||||
// so don't customize it.
|
||||
if (name != Options.DefaultName)
|
||||
{
|
||||
return;
|
||||
|
@ -7,7 +7,8 @@ using System.Security.Cryptography.X509Certificates;
|
||||
namespace Bit.Core.Platform.X509ChainCustomization;
|
||||
|
||||
/// <summary>
|
||||
/// Allows for customization of
|
||||
/// Allows for customization of the <see cref="X509ChainPolicy"/> and access to a custom server certificate validator
|
||||
/// if customization has been made.
|
||||
/// </summary>
|
||||
public sealed class X509ChainOptions
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user