Skip to content

Commit

Permalink
add sample information
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Jun 19, 2024
1 parent b928b19 commit 3924883
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ public void ConfigureServices(IServiceCollection services)
options.SerializerSettings.MaxDepth = HttpHelper.BotMessageSerializerSettings.MaxDepth;
});

//
// NOTE
//
// This is a provisional sample for SN+I. It is likely to change in the future as this
// functionality is rolled into BF SDK.
//

//Set sendX5C value to true to use SNI auhtentication.
var sendX5C = true;

Expand Down

0 comments on commit 3924883

Please sign in to comment.