Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jul 27, 2021
1 parent e6900be commit 8e25adc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ internal sealed partial class QuicConnectionContext : IProtocolErrorCodeFeature,
{
public long Error { get; set; }

// Support accessing client certificate
// https://github.com/dotnet/aspnetcore/issues/34756
public X509Certificate2? ClientCertificate
{
get => throw new NotSupportedException();
Expand Down

0 comments on commit 8e25adc

Please sign in to comment.