Recurity.Swf.ProtectionEventArgs.ProtectionEventArgs C# (CSharp) Method

ProtectionEventArgs() public method

Will be fired if a Swf file is protected with an password
public ProtectionEventArgs ( ) : System
return System
        public ProtectionEventArgs()
        {
            this._Protected = false;
        }

Same methods

ProtectionEventArgs::ProtectionEventArgs ( String passwordHash ) : System
ProtectionEventArgs