Example #1
0
 public IList <EntriesDecrypterResult> Run(DecryptGenericWorkflowOptions options)
 {
     if (!IsBuilt)
     {
         throw new EnvCryptException("workflow cannot be run because it has not been built");
     }
     return(_workflow.Run(options));
 }