EazfuscatorNetSettings.

DecodeStackTraceWithPassword Property

Summary

Gets or sets a value specifing password to use for decryption during obfuscation.

Syntax

public string DecodeStackTraceWithPassword { get; set; }

Remarks

Decodes encrypted stack trace. Password for decryption is given with this option. Encrypted stack trace must be fed to standard input stream of the application. Decrypted stack trace will be fed to standard output stream.

Value

Type Description
string