Class OfficeDecryptor
- Namespace
- DocWright.Cryptography
- Assembly
- DocWright.Cryptography.dll
Decrypts an EncryptedOfficePackage into the ordinary OOXML package it contains, so an existing reader can take it from there.
Decryption is a pre-processing step, not a format: the plaintext is a .docx, .xlsx or .pptx exactly as it would have been written unencrypted, and DocWright hands it to whichever reader recognizes it.
public static class OfficeDecryptor
- Inheritance
-
OfficeDecryptor
- Inherited Members
Methods
- Decrypt(EncryptedOfficePackage, string?, ResourceLimits?, bool)
Decrypts a package.