Example #1
0
 public IAuthenticatedEncryptor CreateEncryptorInstance()
 {
     return(_options.CreateAuthenticatedEncryptor(_secret));
 }