Exemple #1
0
 public IEncryptionService Create(X509Certificate certificate)
 {
     return(EncryptionService.Create(certificate));
 }