Skip to content
Discussion options

You must be logged in to vote

When you call .Decrypt or .DecryptWithoutKey() methods from MBString, MBXLSX, MBPDF, or MBFile static classes the following is what returned :

Method Returned data type
MBString.Decrypt StrDecryptionModel
MBXLSX.Decrypt XlDecryptionModel
MBPDF.Decrypt PDFDecryptionModel
MBFile.Decrypt FileDecryptionModel

StrDecryptionModel

        /// <summary>
        /// Data model for Decrypted String
        /// </summary>
        public class StrDecryptionModel:IMBDecryptionModels.IMBStringDecryptionModel
        {
            public string Key            { get; set; }
            public string DecryptedText { get; set; }
        }
Property data type Description Special type
Key

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MbarkT3STO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant