Пример #1
0
 public static IAuthentication Tls(string pfxFilePath)
 {
     return(DefaultImplementation.NewAuthenticationTls(pfxFilePath));
 }