C# Class Recurity.Swf.ProtectionEventArgs

Provides data for Protection events.
Inheritance: System.EventArgs
Exibir arquivo Open project: rtezli/Blitzableiter

Public Methods

Method Description
ProtectionEventArgs ( ) : System

Will be fired if a Swf file is protected with an password

ProtectionEventArgs ( String passwordHash ) : System

Will be fired if a Swf file is protected with an password

Method Details

ProtectionEventArgs() public method

Will be fired if a Swf file is protected with an password
public ProtectionEventArgs ( ) : System
return System

ProtectionEventArgs() public method

Will be fired if a Swf file is protected with an password
public ProtectionEventArgs ( String passwordHash ) : System
passwordHash String The password hash
return System