Interface ISAZReader2
Used to implement a class that reads a SAZ file and supports encrypted session archives
Inherited Members
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public interface ISAZReader2 : ISAZReader
Properties
PasswordCallback
Gets a method that will be called if password is needed to access the SAZ file
Declaration
GetPasswordDelegate PasswordCallback { get; set; }