This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// depends on https://github.com/adadurov/OpenSsl.DynamicEngine | |
// | |
// which is a fork of https://github.com/Dvergatal/OpenSsl.DynamicEngine with a minor fix | |
using System.Net; | |
using System.Security.Authentication; | |
using System.Security.Cryptography; | |
using System.Security.Cryptography.X509Certificates; | |
var tpm2Pkcs11LibraryPath = "/usr/lib/x86_64-linux-gnu/libtpm2_pkcs11.so.1.9.0"; |